Easybizy Printing Helper
A printing extension helper for quicker printing using Easybizy web.
什么是Easybizy Printing Helper?
Easybizy Printing Helper是由https://easybizy.net开发的Chrome扩展程序,该扩展的主要功能是“A printing extension helper for quicker printing using Easybizy web.”。
扩展截图
下载Easybizy Printing Helper扩展crx文件
下载Easybizy Printing Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Easybizy Printing Helper |
ID | ochepfkbkfklgefneemmeccghmegnibf |
官方URL | https://chromewebstore.google.com/detail/easybizy-printing-helper/ochepfkbkfklgefneemmeccghmegnibf |
简介 | A printing extension helper for quicker printing using Easybizy web. |
文件大小 | 6.65 KB |
安装次数 | 157 |
当前版本 | 1.2 |
更新时间 | 2022-11-16 |
上架时间 | 2017-04-08 |
开发者 | https://easybizy.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://easybizy.net |
隐私政策页面URL | https://auth.easybizy.net/privacy |
支持的语言 | 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\/*" ] } } |