YourFood Manager
With the YourFood Manager extension you can quickly access to your restaurant
YourFood Manager क्या है?
YourFood Manager ANM22 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With the YourFood Manager extension you can quickly access to your restaurant"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में YourFood Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } ] } |