OfficeWorld Label Maker Tape Compatible with DYMO D1 45013 45013S S0720530 45113, Fit for Label Manager 100 120P 160 210D 220P 280 350D 450D 500TS,0.47 in x 23 Ft (12mm x 7m), Black on White, 4-Pack

$12.99
Quantity

Description

Compatible with LabelManager 100, 120P, 150, 160, 200, 210D, 220P, 260P, 280, 300, 350, 350D, 360D, 400, 420P, 450, 450D, 500TS. Size: 1/2 Inch (12mm) Width X 23 Feet (7m) Length  Color: Black on White , Label Maker Tape Why choose us:  1. Resistant - Water, Scratch, Fade, Chemical, Temperature.  2. Split-back - Easy to peel off and quick to use.  3. good adhesion - not easy to fall off the surface. For everyday use outdoors and indoors.  4. Easy to clean - remove labels without leaving adhesive residue.  5. Thermal transfer printing technology - no ink or toner required
  • What's in the package: 4 Packs label tape compatible with D1 45013. Color: Black Print on White. Width: 0.47 inch (12mm). Length: 23 feet (7m)
  • Features: 45013 label tapes are easy to install and use. The plastic label tape is great to print clear and durable labels. Split backing makes the labels very easy to peel off. Its polyester material makes it much stronger than similar labels. No sticky residue remains when the labels are removed.
  • A45013 white label compatible with label makers - compatible with LabelManager 100/ 120P/ 150/ 160/ 200/ 210D/ 220P/ 260P 280/ 300/ 350/ 350D/ 360D/ 400/ 420P/ 450/ 450D/ 500TS / PC/ PC2/ PNP / Wireless PnP/ LabelPoint 100/ 150/ 200/ 250/ 300/ 350/ LabelWriter 450 Duo 400 Duo.
  • Advantage: Adheres to most clean, flat surfaces including plastic, paper, metal, wood and glass; standard labels are reliable, afforable and perfect for indoor or outdoor use.
  • The ribbon may be loose during shipping, so before installing the label tape into the label printers, please turn the gear in the direction of arrow on the tape (Clockwise Turning) to tighten the ribbon and avoid any jam.
Customer Reviews
Here are what our customers say.
Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.