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".

Снимки экрана расширения

screenshot
screenshot

Скачать файл 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.                    

Основная информация о расширении

Название YourFood Manager YourFood Manager
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\/*"
            ]
        }
    ]
}