foreUP Printer Extension
App to print to star printers within the foreUP POS.
Co to jest foreUP Printer Extension?
foreUP Printer Extension to rozszerzenie Chrome opracowane przez https://foreupsoftware.com, a jego główną funkcją jest „App to print to star printers within the foreUP POS.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia foreUP Printer Extension
Pobierz pliki rozszerzeń foreUP Printer Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Printer extension to print at foreUP
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ndcdpiikdnlagfjejimgpmaflngcemoo |
Oficjalny URL | https://chromewebstore.google.com/detail/foreup-printer-extension/ndcdpiikdnlagfjejimgpmaflngcemoo |
Opis | App to print to star printers within the foreUP POS. |
Rozmiar pliku | 125 KB |
Liczba instalacji | 10,217 |
Aktualna Wersja | 2.0.5 |
Ostatnia Aktualizacja | 2021-02-10 |
Data Publikacji | 2020-02-04 |
Ocena | 4.84/5 Łącznie 25 Oceny |
Deweloper | https://foreupsoftware.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://www.foreupgolf.com/ |
Obsługiwane Języki | 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" ] } ] } |