ESEEL Receipt Printer

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

ESEEL Receipt Printerคืออะไร?

ESEEL Receipt Printer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://store.eseel.com และคุณลักษณะหลักของมันคือ "Print receipts with ESEEL extension. Requires an EPSON receipt printer and an ESEEL account."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ESEEL Receipt Printer

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}