YourFood Manager
With the YourFood Manager extension you can quickly access to your restaurant
YourFood Manager là gì?
YourFood Manager là một tiện ích mở rộng Chrome được phát triển bởi ANM22, và tính năng chính của nó là "With the YourFood Manager extension you can quickly access to your restaurant".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YourFood Manager
Tải xuống các tệp mở rộng YourFood Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | deoglaoecglnimkaggbbgdkmhbdfgjid |
URL Chính Thức | https://chromewebstore.google.com/detail/yourfood-manager/deoglaoecglnimkaggbbgdkmhbdfgjid |
Mô tả | With the YourFood Manager extension you can quickly access to your restaurant |
Kích Thước Tệp | 175 KB |
Số Lần Cài Đặt | 79 |
Phiên Bản Hiện Tại | 4.0.0 |
Cập Nhật Lần Cuối | 2022-10-17 |
Ngày Phát Hành | 2020-03-01 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | ANM22 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.spiagge.it/gestionale-ristorante/ |
URL Trang Trợ Giúp | https://www.spiagge.it/gestionale-ristorante/ |
URL Trang Chính Sách Bảo Mật | https://www.anm22.it/it/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |