zomato-spending's

View total amount (in rupees) you have spent till now while ordering from Zomato App

zomato-spending'sคืออะไร?

zomato-spending's เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jay Barot และคุณลักษณะหลักของมันคือ "View total amount (in rupees) you have spent till now while ordering from Zomato App"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย zomato-spending's

ดาวน์โหลดไฟล์ส่วนขยาย zomato-spending's ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        View total amount (in rupees) you have spent till now while ordering from Zomato App
Chrome Extension for calculating the total amount of money(in different currencies) spent while ordering from Zomato App/Website. Extension has options for you to select for what time period you want to calculate the total amount of money spent. (e.g. This Month, This Year or the whole history). If you spend on this website using more than one currency then the extension will separate out your spending between different currencies.                    

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

ชื่อ zomato-spending's zomato-spending's
ID njdmkoeealmekkbpfmgcjdfnocefgpcd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zomato-spendings/njdmkoeealmekkbpfmgcjdfnocefgpcd
คำอธิบาย View total amount (in rupees) you have spent till now while ordering from Zomato App
ขนาดไฟล์ 374 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2022-10-24
วันที่เผยแพร่ 2022-10-24
ผู้พัฒนา Jay Barot
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.jaybarot.live/
URL หน้าช่วยเหลือ https://www.jaybarot.live/privacy.html
URL หน้านโยบายความเป็นส่วนตัว https://www.jaybarot.live/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "zomato-spending's",
    "description": "View total amount (in rupees) you have spent till now while ordering from Zomato App",
    "version": "1.1.5",
    "action": {
        "default_icon": {
            "16": "zomato16.png",
            "24": "zomato24.png",
            "32": "zomato32.png",
            "48": "zomato48.png",
            "128": "zomato128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "zomato16.png",
        "24": "zomato24.png",
        "32": "zomato32.png",
        "48": "zomato48.png",
        "128": "zomato128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.zomato.com\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.zomato.com\/*"
    ]
}