foreUP Printer Extension
App to print to star printers within the foreUP POS.
ما هو foreUP Printer Extension؟
foreUP Printer Extension هو إضافة Chrome تم تطويرها بواسطة https://foreupsoftware.com، والميزة الرئيسية لها هي "App to print to star printers within the foreUP POS.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة foreUP Printer Extension
قم بتنزيل ملفات الامتداد foreUP Printer Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } ] } |