YourFood Manager

With the YourFood Manager extension you can quickly access to your restaurant

Co je YourFood Manager?

YourFood Manager je rozšíření Chrome vyvinuté ANM22, a jeho hlavní funkcí je „With the YourFood Manager extension you can quickly access to your restaurant“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření YourFood Manager

Stáhněte si soubory rozšíření YourFood Manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YourFood Manager YourFood Manager
ID deoglaoecglnimkaggbbgdkmhbdfgjid
Oficiální URL https://chromewebstore.google.com/detail/yourfood-manager/deoglaoecglnimkaggbbgdkmhbdfgjid
Popis With the YourFood Manager extension you can quickly access to your restaurant
Velikost souboru 175 KB
Počet instalací 79
Aktuální Verze 4.0.0
Poslední Aktualizace 2022-10-17
Datum Vydání 2020-03-01
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář ANM22
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.spiagge.it/gestionale-ristorante/
URL Stránky Nápovědy https://www.spiagge.it/gestionale-ristorante/
URL Stránky Zásad Ochrany Soukromí https://www.anm22.it/it/privacy-policy
Podporované Jazyky 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\/*"
            ]
        }
    ]
}