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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

FoodMagus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 FoodMagus FoodMagus
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"
}