Zomato & Swiggy Spending Calc - Snackalytics
Analyse your orders on Swiggy and Zomato to get valuable metrics and insights on your eating and spending habits.
Zomato & Swiggy Spending Calc - Snackalyticsคืออะไร?
Zomato & Swiggy Spending Calc - Snackalytics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sibisharanyanit และคุณลักษณะหลักของมันคือ "Analyse your orders on Swiggy and Zomato to get valuable metrics and insights on your eating and spending habits."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zomato & Swiggy Spending Calc - Snackalytics
ดาวน์โหลดไฟล์ส่วนขยาย Zomato & Swiggy Spending Calc - Snackalytics ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever wondered how much you've spent on food delivery apps like Zomato and Swiggy? Meet Snackalytics, A chrome extension that analyses your order history to give you a detailed breakdown of your spending across different food delivery apps. A few metrics that are available on Snackalytics, take a deep breath: - Historical spending on Swiggy and Zomato - Which restaurants do you prefer? - What is your favorite dish? - A visual guide on how money is spent on specific dishes and restaurants - Order type segments like Vegetarian, Non-Vegetarian, Egg, etc. - Order trends over time Troubleshooting: - Please make sure you're logged in to Swiggy or Zomato on your browser before clicking on the "Analyse Orders" button. - Please don't close the popup window when your orders are being fetched and analysed. - Please don't refresh the page when your orders are being fetched and analysed. - Swiggy data is only available for orders placed in the last 365 days. This is a limitation on Swiggy's API. - Please uninstall and reinstall the extension if you're facing issues with the extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Zomato & Swiggy Spending Calc - Snackalytics |
ID | ldgegkoaijbakkmcfcjofbaaoknjbedj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zomato-swiggy-spending-ca/ldgegkoaijbakkmcfcjofbaaoknjbedj |
คำอธิบาย | Analyse your orders on Swiggy and Zomato to get valuable metrics and insights on your eating and spending habits. |
ขนาดไฟล์ | 359 KB |
จำนวนการติดตั้ง | 7,639 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2024-01-03 |
วันที่เผยแพร่ | 2022-11-02 |
คะแนน | 5.00/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | sibisharanyanit |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://snackalytics.si-bi.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Analyse your orders on Swiggy and Zomato to get valuable metrics and insights on your eating and spending habits.", "version": "0.0.4", "manifest_version": 3, "name": "Zomato & Swiggy Spending Calc - Snackalytics", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": [], "icons": { "128": "icon-128.png" }, "permissions": [ "storage", "cookies", "unlimitedStorage", "activeTab" ], "host_permissions": [ "*:\/\/*.zomato.com\/", "*:\/\/*.swiggy.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/*.zomato.com\/", "*:\/\/*.swiggy.com\/" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |