YourFood Manager
With the YourFood Manager extension you can quickly access to your restaurant
Was ist YourFood Manager?
YourFood Manager ist eine Chrome-Erweiterung, die von ANM22 entwickelt wurde, und ihr Hauptmerkmal ist "With the YourFood Manager extension you can quickly access to your restaurant".
Erweiterungsscreenshots
YourFood Manager-Erweiterungs-CRX-Datei herunterladen
Laden Sie YourFood Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | deoglaoecglnimkaggbbgdkmhbdfgjid |
Offizielle URL | https://chromewebstore.google.com/detail/yourfood-manager/deoglaoecglnimkaggbbgdkmhbdfgjid |
Beschreibung | With the YourFood Manager extension you can quickly access to your restaurant |
Dateigröße | 175 KB |
Installationsanzahl | 79 |
Aktuelle Version | 4.0.0 |
Letztes Update | 2022-10-17 |
Veröffentlichungsdatum | 2020-03-01 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | ANM22 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.spiagge.it/gestionale-ristorante/ |
Hilfeseite URL | https://www.spiagge.it/gestionale-ristorante/ |
URL der Datenschutzrichtlinien-Seite | https://www.anm22.it/it/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } ] } |