FoodMagus
Shows reports for your food orders on foodpanda.ro, glovoapp.com and tazz.ro
FoodMagus क्या है?
FoodMagus https://foodmagus.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows reports for your food orders on foodpanda.ro, glovoapp.com and tazz.ro"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FoodMagus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } |