YourFood Manager
With the YourFood Manager extension you can quickly access to your restaurant
Τι είναι το YourFood Manager;
Το YourFood Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ANM22, και η κύρια λειτουργία του είναι "With the YourFood Manager extension you can quickly access to your restaurant".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης YourFood Manager
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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\/*" ] } ] } |