YourFood Manager

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

Qu'est-ce que YourFood Manager ?

YourFood Manager est une extension Chrome développée par ANM22, et sa fonction principale est "With the YourFood Manager extension you can quickly access to your restaurant".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension YourFood Manager

Téléchargez les fichiers d'extension YourFood Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YourFood Manager YourFood Manager
ID deoglaoecglnimkaggbbgdkmhbdfgjid
URL Officiel https://chromewebstore.google.com/detail/yourfood-manager/deoglaoecglnimkaggbbgdkmhbdfgjid
Description With the YourFood Manager extension you can quickly access to your restaurant
Taille du Fichier 175 KB
Nombre d'Installations 79
Version Actuelle 4.0.0
Dernière Mise à Jour 2022-10-17
Date de Publication 2020-03-01
Évaluation 5.00/5 Total 3 Évaluations
Développeur ANM22
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.spiagge.it/gestionale-ristorante/
URL de la Page d'Aide https://www.spiagge.it/gestionale-ristorante/
URL de la Page de Politique de Confidentialité https://www.anm22.it/it/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}