FoodMagus
Shows reports for your food orders on foodpanda.ro, glovoapp.com and tazz.ro
什么是FoodMagus?
FoodMagus是由https://foodmagus.com开发的Chrome扩展程序,该扩展的主要功能是“Shows reports for your food orders on foodpanda.ro, glovoapp.com and tazz.ro”。
扩展截图
下载FoodMagus扩展crx文件
下载FoodMagus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Useful if you want to know:
 - how much you spend on food delivery.
 - from which places you order most often.
 - what's the most ordered item.
For foodpanda just go to your order history: https://www.foodpanda.ro/orders and open the extension.
For Tazz go to your account page: https://tazz.ro/account/ and open the extension. If you have a lot of orders you might need to scroll until you load all of them.
For Glovo just open the home page. If you have a lot of orders scroll until you load all of them.
The data is processed locally, it is not sent outside your browser.                     扩展基本信息
| 名称 |   |  
| ID | lggdokpjhigbhhcgjlicchbalpppkjhg | 
| 官方URL | https://chromewebstore.google.com/detail/foodmagus/lggdokpjhigbhhcgjlicchbalpppkjhg | 
| 简介 | Shows reports for your food orders on foodpanda.ro, glovoapp.com and tazz.ro | 
| 文件大小 | 1.02 MB | 
| 安装次数 | 23 | 
| 当前版本 | 0.8 | 
| 更新时间 | 2020-09-28 | 
| 上架时间 | 2020-08-21 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | https://foodmagus.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en,ro | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "FoodMagus",
    "name": "FoodMagus",
    "description": "__MSG_appDescription__",
    "version": "0.8",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "app\/background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.foodpanda.ro\/*",
                "*:\/\/*.glovoapp.com\/*",
                "*:\/\/*.tazz.ro\/*"
            ],
            "css": [
                "\/css\/root.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ],
    "icons": {
        "16": "favicon-16x16.png",
        "48": "favicon-48x48.png",
        "128": "favicon-128x128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "default_locale": "en"
}  |  |