YourFood Manager

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

What is YourFood Manager?

YourFood Manager is a Chrome extension developed by ANM22, and its main feature is "With the YourFood Manager extension you can quickly access to your restaurant".

Extension Screenshots

screenshot
screenshot

Download YourFood Manager Extension CRX File

Download YourFood Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YourFood Manager YourFood Manager
ID deoglaoecglnimkaggbbgdkmhbdfgjid
Official URL https://chromewebstore.google.com/detail/yourfood-manager/deoglaoecglnimkaggbbgdkmhbdfgjid
Description With the YourFood Manager extension you can quickly access to your restaurant
File Size 175 KB
Installation Count 79
Current Version 4.0.0
Last Updated 2022-10-17
Publish Date 2020-03-01
Rating 5.00/5 Total 3 Ratings
Developer ANM22
Email [email protected]
Payment Type free
Extension Website https://www.spiagge.it/gestionale-ristorante/
Help Page URL https://www.spiagge.it/gestionale-ristorante/
Privacy Policy Page URL https://www.anm22.it/it/privacy-policy
Supported Languages 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\/*"
            ]
        }
    ]
}