Easybizy Printing Helper
A printing extension helper for quicker printing using Easybizy web.
Co je Easybizy Printing Helper?
Easybizy Printing Helper je rozšíření Chrome vyvinuté https://easybizy.net, a jeho hlavní funkcí je „A printing extension helper for quicker printing using Easybizy web.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Easybizy Printing Helper
Stáhněte si soubory rozšíření Easybizy Printing Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Easybizy Printing Helper |
ID | ochepfkbkfklgefneemmeccghmegnibf |
Oficiální URL | https://chromewebstore.google.com/detail/easybizy-printing-helper/ochepfkbkfklgefneemmeccghmegnibf |
Popis | A printing extension helper for quicker printing using Easybizy web. |
Velikost souboru | 6.65 KB |
Počet instalací | 157 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2022-11-16 |
Datum Vydání | 2017-04-08 |
Vývojář | https://easybizy.net |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://easybizy.net |
URL Stránky Zásad Ochrany Soukromí | https://auth.easybizy.net/privacy |
Podporované Jazyky | 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\/*" ] } } |