YourFood Manager
With the YourFood Manager extension you can quickly access to your restaurant
Cos'è YourFood Manager?
YourFood Manager è un'estensione di Chrome sviluppata da ANM22, e la sua funzione principale è "With the YourFood Manager extension you can quickly access to your restaurant".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YourFood Manager
Scarica i file di estensione YourFood Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | deoglaoecglnimkaggbbgdkmhbdfgjid |
URL Ufficiale | https://chromewebstore.google.com/detail/yourfood-manager/deoglaoecglnimkaggbbgdkmhbdfgjid |
Descrizione | With the YourFood Manager extension you can quickly access to your restaurant |
Dimensione del File | 175 KB |
Conteggio Installazioni | 79 |
Versione Corrente | 4.0.0 |
Ultimo Aggiornamento | 2022-10-17 |
Data di Pubblicazione | 2020-03-01 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | ANM22 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.spiagge.it/gestionale-ristorante/ |
URL della Pagina di Aiuto | https://www.spiagge.it/gestionale-ristorante/ |
URL della Pagina della Politica sulla Privacy | https://www.anm22.it/it/privacy-policy |
Lingue Supportate | 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\/*" ] } ] } |