zomato-spending's
View total amount (in rupees) you have spent till now while ordering from Zomato App
Apa itu zomato-spending's?
zomato-spending's adalah ekstensi Chrome yang dikembangkan oleh Jay Barot, dan fitur utamanya adalah "View total amount (in rupees) you have spent till now while ordering from Zomato App".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi zomato-spending's
Unduh file ekstensi zomato-spending's dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | zomato-spending's |
ID | njdmkoeealmekkbpfmgcjdfnocefgpcd |
URL Resmi | https://chromewebstore.google.com/detail/zomato-spendings/njdmkoeealmekkbpfmgcjdfnocefgpcd |
Deskripsi | View total amount (in rupees) you have spent till now while ordering from Zomato App |
Ukuran File | 374 KB |
Jumlah Instalasi | 84 |
Versi Saat Ini | 1.1.5 |
Terakhir Diperbarui | 2022-10-24 |
Tanggal Publikasi | 2022-10-24 |
Pengembang | Jay Barot |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.jaybarot.live/ |
URL Halaman Bantuan | https://www.jaybarot.live/privacy.html |
URL Halaman Kebijakan Privasi | https://www.jaybarot.live/privacy.html |
Bahasa yang Didukung | 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\/*" ] } |