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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ESEEL Receipt Printer
قم بتنزيل ملفات الامتداد ESEEL Receipt Printer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
ESEEL web based Point Of Sale system require this extension to print receipts, orders and reports.
معلومات أساسية عن التمديد
الاسم | 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" } } |