Terrapin Works Label Printing
One click printing for the Dymo
Terrapin Works Label Printing क्या है?
Terrapin Works Label Printing blepfo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "One click printing for the Dymo"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Terrapin Works Label Printing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Internal chrome extension for Terrapin Works employees at the University of Maryland. This extension allows one-click printing of labels for print jobs. Just navigate to a job page in the Innovation Center platform, click the extension icon to popup the page shown in the screenshot, an click the button to print.
एक्सटेंशन की मूल जानकारी
नाम | Terrapin Works Label Printing |
ID | hlmhjakokajncnencjkhieokhpkdilfl |
आधिकारिक URL | https://chromewebstore.google.com/detail/terrapin-works-label-prin/hlmhjakokajncnencjkhieokhpkdilfl |
विवरण | One click printing for the Dymo |
फ़ाइल का आकार | 29.14 KB |
स्थापना संख्या | 615 |
वर्तमान संस्करण | 1.3.4 |
अंतिम अपडेट | 2017-01-10 |
प्रकाशन तिथि | 2017-01-10 |
रेटिंग | 4.11/5 कुल 9 रेटिंग्स |
डेवलपर | blepfo |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Terrapin Works Label Printing", "short_name": "TW Label Printing", "description": "One click printing for the Dymo", "version": "1.3.4", "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "128": "images\/icon_128.png" }, "page_action": { "default_icon": "images\/icon_19.png", "default_popup": "popup.html", "default_title": "Terrapin Works Label Printing" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/umd.innovationcenter.makerbot.com\/jobs\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "activeTab", "tabs", "*:\/\/umd.innovationcenter.makerbot.com\/jobs\/*", "*:\/\/192.168.1.92\/*" ] } |