YourFood Manager
With the YourFood Manager extension you can quickly access to your restaurant
ما هو YourFood Manager؟
YourFood Manager هو إضافة Chrome تم تطويرها بواسطة ANM22، والميزة الرئيسية لها هي "With the YourFood Manager extension you can quickly access to your restaurant".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة YourFood Manager
قم بتنزيل ملفات الامتداد YourFood Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With the YourFood extension for Google Chrome you can manage your fiscal printers faster and use a secure connection. You can use the secure connection to Food servers and connect a local fiscal printer without a SSL certificate.
معلومات أساسية عن التمديد
الاسم | |
ID | deoglaoecglnimkaggbbgdkmhbdfgjid |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/yourfood-manager/deoglaoecglnimkaggbbgdkmhbdfgjid |
الوصف | With the YourFood Manager extension you can quickly access to your restaurant |
حجم الملف | 175 KB |
عدد التثبيتات | 79 |
النسخة الحالية | 4.0.0 |
آخر تحديث | 2022-10-17 |
تاريخ النشر | 2020-03-01 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | ANM22 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.spiagge.it/gestionale-ristorante/ |
عنوان صفحة المساعدة | https://www.spiagge.it/gestionale-ristorante/ |
عنوان صفحة سياسة الخصوصية | https://www.anm22.it/it/privacy-policy |
اللغات المدعومة | en,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "4.0.0", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.anm22.it\/*", "*:\/\/*.spiagge.it\/*", "*:\/\/*.yourbeach.it\/*", "*:\/\/*.yourfood.cloud\/*", "*:\/\/localhost\/*" ], "js": [ "myScript.js" ] } ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "permissions": [ "tabs" ], "externally_connectable": { "matches": [ "*:\/\/*.anm22.it\/*", "*:\/\/*.spiagge.it\/*", "*:\/\/*.yourbeach.it\/*", "*:\/\/*.yourfood.cloud\/*", "*:\/\/localhost\/*" ] }, "web_accessible_resources": [ { "resources": [ "enableChromeExt.js", "images\/icon16.png", "images\/icon32.png", "images\/icon48.png", "images\/icon128.png" ], "matches": [ "*:\/\/*.anm22.it\/*", "*:\/\/*.spiagge.it\/*", "*:\/\/*.yourbeach.it\/*", "*:\/\/*.yourfood.cloud\/*", "*:\/\/localhost\/*" ] } ] } |