YourFood Manager
With the YourFood Manager extension you can quickly access to your restaurant
Vad är YourFood Manager?
YourFood Manager är en Chrome-tillägg utvecklad av ANM22, och dess huvudfunktion är "With the YourFood Manager extension you can quickly access to your restaurant".
Tilläggsskärmbilder
Ladda ner YourFood Manager-förlängningens CRX-fil
Ladda ner YourFood Manager-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | deoglaoecglnimkaggbbgdkmhbdfgjid |
Officiell webbadress | https://chromewebstore.google.com/detail/yourfood-manager/deoglaoecglnimkaggbbgdkmhbdfgjid |
Beskrivning | With the YourFood Manager extension you can quickly access to your restaurant |
Filstorlek | 175 KB |
Antal Installationer | 79 |
Aktuell Version | 4.0.0 |
Senast Uppdaterad | 2022-10-17 |
Publiceringsdatum | 2020-03-01 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | ANM22 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.spiagge.it/gestionale-ristorante/ |
Hjälpsida URL | https://www.spiagge.it/gestionale-ristorante/ |
URL till Sekretesspolicy Sidan | https://www.anm22.it/it/privacy-policy |
Stödda Språk | 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\/*" ] } ] } |