Easybizy Printing Helper
A printing extension helper for quicker printing using Easybizy web.
What is Easybizy Printing Helper?
Easybizy Printing Helper is a Chrome extension developed by https://easybizy.net, and its main feature is "A printing extension helper for quicker printing using Easybizy web.".
Extension Screenshots
Download Easybizy Printing Helper Extension CRX File
Download Easybizy Printing Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Easybizy Printing Helper |
ID | ochepfkbkfklgefneemmeccghmegnibf |
Official URL | https://chromewebstore.google.com/detail/easybizy-printing-helper/ochepfkbkfklgefneemmeccghmegnibf |
Description | A printing extension helper for quicker printing using Easybizy web. |
File Size | 6.65 KB |
Installation Count | 157 |
Current Version | 1.2 |
Last Updated | 2022-11-16 |
Publish Date | 2017-04-08 |
Developer | https://easybizy.net |
[email protected] | |
Payment Type | free |
Extension Website | https://easybizy.net |
Privacy Policy Page URL | https://auth.easybizy.net/privacy |
Supported Languages | 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\/*" ] } } |