Spending Calculator for Swiggy™ and Zomato™

Zomato™ and Swiggy™ spending calculator to keep track of food expenses.

Spending Calculator for Swiggy™ and Zomato™คืออะไร?

Spending Calculator for Swiggy™ and Zomato™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fooddy.in และคุณลักษณะหลักของมันคือ "Zomato™ and Swiggy™ spending calculator to keep track of food expenses."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spending Calculator for Swiggy™ and Zomato™

ดาวน์โหลดไฟล์ส่วนขยาย Spending Calculator for Swiggy™ and Zomato™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Find the total amount spent on Swiggy and Zomato online food orders. This extension calculates the total order amount and displays till to date. 

Here is how to use Swiggy Spending calculator:
>>Install the extension and pin it to your chrome browser
>>Then visit Swiggy website and login to your account
>>Visit my orders sections and scroll it till the end or how many orders you want
>>Now click on extension icon and tap on Find Total Spending
>>You can recalculate total spending for the latest information

How to use Zomato Spending calculator:
>>Install the extension and pin it to your chrome browser
>>Then visit Zomato website and login to your account
>>Now click on extension icon and tap on Find Total Spending
>>It might take a while depending on how many orders you have

Features:
>>Displays recently calculated spending amount
>>Shows top 5 most spent food orders
>>You can find spending for each year

1.4.0
>> Bug fixes

1.3.0
>> Bug fixes                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Spending Calculator for Swiggy™ and Zomato™ Spending Calculator for Swiggy™ and Zomato™
ID dbbbhmnphepimpameepigkpjjnlpmjeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/spending-calculator-for-s/dbbbhmnphepimpameepigkpjjnlpmjeg
คำอธิบาย Zomato™ and Swiggy™ spending calculator to keep track of food expenses.
ขนาดไฟล์ 1.07 MB
จำนวนการติดตั้ง 80,000
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-08-29
วันที่เผยแพร่ 2022-09-14
คะแนน 4.23/5 รวมทั้งหมด 166 คะแนน
ผู้พัฒนา https://fooddy.in
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/11R-Q3RE_DrTI31GKc8JJG_-t2br07HNclbbrGaQnArA/edit?usp=sharing
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.6",
    "name": "Spending Calculator for Swiggy\u2122 and Zomato\u2122",
    "description": "Zomato\u2122 and Swiggy\u2122 spending calculator to keep track of food expenses.",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "Icons\/Icon 16.png",
            "32": "Icons\/Icon 32.png",
            "64": "Icons\/Icon 64.png",
            "128": "Icons\/Icon 128.png",
            "2000": "Icons\/Icon 2000.png"
        }
    },
    "icons": {
        "16": "Icons\/Icon 16.png",
        "32": "Icons\/Icon 32.png",
        "64": "Icons\/Icon 64.png",
        "128": "Icons\/Icon 128.png",
        "2000": "Icons\/Icon 2000.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "react-app-holder.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Icons\/*",
                "fonts\/*.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}