zomato-spending's

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

Cos'è zomato-spending's?

zomato-spending's è un'estensione di Chrome sviluppata da Jay Barot, e la sua funzione principale è "View total amount (in rupees) you have spent till now while ordering from Zomato App".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione zomato-spending's

Scarica i file di estensione zomato-spending's in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome zomato-spending's zomato-spending's
ID njdmkoeealmekkbpfmgcjdfnocefgpcd
URL Ufficiale https://chromewebstore.google.com/detail/zomato-spendings/njdmkoeealmekkbpfmgcjdfnocefgpcd
Descrizione View total amount (in rupees) you have spent till now while ordering from Zomato App
Dimensione del File 374 KB
Conteggio Installazioni 84
Versione Corrente 1.1.5
Ultimo Aggiornamento 2022-10-24
Data di Pubblicazione 2022-10-24
Sviluppatore Jay Barot
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.jaybarot.live/
URL della Pagina di Aiuto https://www.jaybarot.live/privacy.html
URL della Pagina della Politica sulla Privacy https://www.jaybarot.live/privacy.html
Lingue Supportate 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\/*"
    ]
}