ESEEL Receipt Printer

Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.

ESEEL Receipt Printerとは何ですか?

ESEEL Receipt Printerはhttps://store.eseel.comによって開発されたChromeの拡張機能で、その主な機能は「Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.」です。

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

screenshot

ESEEL Receipt Printer拡張機能のCRXファイルをダウンロード

ESEEL Receipt Printer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ESEEL web based Point Of Sale system require this extension to print receipts, orders and reports.                    

拡張機能の基本情報

名前 ESEEL Receipt Printer ESEEL Receipt Printer
ID ompekdbebiflmoljfgopkdkiohccakda
公式URL https://chromewebstore.google.com/detail/eseel-receipt-printer/ompekdbebiflmoljfgopkdkiohccakda
説明 Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.
ファイルサイズ 112 KB
インストール数 48
現在のバージョン 0.4
最終更新日 2022-07-01
公開日 2020-04-11
開発者 https://store.eseel.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ESEEL Receipt Printer",
    "description": "Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account.",
    "version": "0.4",
    "externally_connectable": {
        "matches": [
            "*:\/\/eseel2.local\/*",
            "*:\/\/store.eseel.com\/*",
            "*:\/\/35.193.112.14\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/eseel2.local\/*",
                "*:\/\/store.eseel.com\/*",
                "*:\/\/35.193.112.14\/*"
            ],
            "js": [
                "epos-2.13.0.js",
                "underscorejs.js",
                "content.js",
                "jQuery-v3.4.1.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js",
            "epos-2.13.0.js",
            "underscorejs.js",
            "jQuery-v3.4.1.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "eseel_logo_icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}