Easybizy Printing Helper
A printing extension helper for quicker printing using Easybizy web.
Co to jest Easybizy Printing Helper?
Easybizy Printing Helper to rozszerzenie Chrome opracowane przez https://easybizy.net, a jego główną funkcją jest „A printing extension helper for quicker printing using Easybizy web.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Easybizy Printing Helper
Pobierz pliki rozszerzeń Easybizy Printing Helper 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
Easybizy Printer Extension This extension helps with printing issues related to multichannel printing using chrome. This extension sends printing jobs directly to the printer through the OS. This extension is only relevant for Easybizy Web users.
Podstawowe informacje o rozszerzeniu
Nazwa | Easybizy Printing Helper |
ID | ochepfkbkfklgefneemmeccghmegnibf |
Oficjalny URL | https://chromewebstore.google.com/detail/easybizy-printing-helper/ochepfkbkfklgefneemmeccghmegnibf |
Opis | A printing extension helper for quicker printing using Easybizy web. |
Rozmiar pliku | 6.65 KB |
Liczba instalacji | 157 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2022-11-16 |
Data Publikacji | 2017-04-08 |
Deweloper | https://easybizy.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://easybizy.net |
Adres URL Strony Polityki Prywatności | https://auth.easybizy.net/privacy |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easybizy Printing Helper", "description": "A printing extension helper for quicker printing using Easybizy web.", "version": "1.2", "permissions": [ "https:\/\/app.easybizy.net\/*", "http:\/\/localhost:8099\/*" ], "background": { "scripts": [ "capture-print.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/app.easybizy.net\/*", "https:\/\/demo.easybizy.net\/*", "https:\/\/dev.easybizy.net\/*" ], "js": [ "capture-id.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.easybizy.net\/*" ] } } |