YourFood Manager
With the YourFood Manager extension you can quickly access to your restaurant
YourFood Managerとは何ですか?
YourFood ManagerはANM22によって開発されたChromeの拡張機能で、その主な機能は「With the YourFood Manager extension you can quickly access to your restaurant」です。
拡張機能のスクリーンショット
YourFood Manager拡張機能のCRXファイルをダウンロード
YourFood Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.spiagge.it/gestionale-ristorante/ |
ヘルプページのURL | https://www.spiagge.it/gestionale-ristorante/ |
プライバシーポリシーページのURL | 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\/*" ] } ] } |