zomato-spending's

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

什麼是zomato-spending's?

zomato-spending's是由Jay Barot開發的Chrome擴展程式,該擴展的主要功能是“View total amount (in rupees) you have spent till now while ordering from Zomato App”。

擴展截圖

screenshot

下載zomato-spending's擴展crx文件

下載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
官方網址 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\/*"
    ]
}