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.」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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\/*"
        ]
    }
}