Zebra Printer
Print to zebra printers from the web
Zebra Printer क्या है?
Zebra Printer Project Consulting UK द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Print to zebra printers from the web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zebra Printer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enable a developer to post ZPL to a Zebra label printer on the local network. This extension allows developers to print ZPL labels directly from the web, via HTTP POST
एक्सटेंशन की मूल जानकारी
नाम | Zebra Printer |
ID | jjelffefampmaekfacjlhkacbnggbceg |
आधिकारिक URL | https://chromewebstore.google.com/detail/zebra-printer/jjelffefampmaekfacjlhkacbnggbceg |
विवरण | Print to zebra printers from the web |
फ़ाइल का आकार | 9.01 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2021-09-30 |
प्रकाशन तिथि | 2021-09-30 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | Project Consulting UK |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.ilovemeetandgreet.co.uk/about-us/i-love-policies/privacy-policy |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zebra Printer", "description": "Print to zebra printers from the web", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "\/images\/zebraPrinter16.png", "32": "\/images\/zebraPrinter32.png", "48": "\/images\/zebraPrinter48.png", "128": "\/images\/zebraPrinter128.png" }, "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.ilovemeetandgreet.co.uk\/*" ] } } |