foreUP Printer Extension
App to print to star printers within the foreUP POS.
foreUP Printer Extension क्या है?
foreUP Printer Extension https://foreupsoftware.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "App to print to star printers within the foreUP POS."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में foreUP Printer Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Printer extension to print at foreUP
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ndcdpiikdnlagfjejimgpmaflngcemoo |
आधिकारिक URL | https://chromewebstore.google.com/detail/foreup-printer-extension/ndcdpiikdnlagfjejimgpmaflngcemoo |
विवरण | App to print to star printers within the foreUP POS. |
फ़ाइल का आकार | 125 KB |
स्थापना संख्या | 10,217 |
वर्तमान संस्करण | 2.0.5 |
अंतिम अपडेट | 2021-02-10 |
प्रकाशन तिथि | 2020-02-04 |
रेटिंग | 4.84/5 कुल 25 रेटिंग्स |
डेवलपर | https://foreupsoftware.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.foreupgolf.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "foreUP Printer Extension", "description": "App to print to star printers within the foreUP POS.", "version": "2.0.5", "manifest_version": 2, "externally_connectable": { "matches": [ "*:\/\/*.foreupsoftware.com\/*", "http:\/\/localhost\/*" ] }, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "foreUP Printer Extension", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.foreupsoftware.com\/*", "*:\/\/foreupsoftware.com\/*" ], "js": [ "contentScript.js" ] } ] } |