YourFood Manager

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

什么是YourFood Manager?

YourFood Manager是由ANM22开发的Chrome扩展程序,该扩展的主要功能是“With the YourFood Manager extension you can quickly access to your restaurant”。

扩展截图

screenshot
screenshot

下载YourFood Manager扩展crx文件

下载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\/*"
            ]
        }
    ]
}