zomato-spending's
View total amount (in rupees) you have spent till now while ordering from Zomato App
Vad är zomato-spending's?
zomato-spending's är en Chrome-tillägg utvecklad av Jay Barot, och dess huvudfunktion är "View total amount (in rupees) you have spent till now while ordering from Zomato App".
Tilläggsskärmbilder
Ladda ner zomato-spending's-förlängningens CRX-fil
Ladda ner zomato-spending's-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | zomato-spending's |
ID | njdmkoeealmekkbpfmgcjdfnocefgpcd |
Officiell webbadress | https://chromewebstore.google.com/detail/zomato-spendings/njdmkoeealmekkbpfmgcjdfnocefgpcd |
Beskrivning | View total amount (in rupees) you have spent till now while ordering from Zomato App |
Filstorlek | 374 KB |
Antal Installationer | 84 |
Aktuell Version | 1.1.5 |
Senast Uppdaterad | 2022-10-24 |
Publiceringsdatum | 2022-10-24 |
Utvecklare | Jay Barot |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.jaybarot.live/ |
Hjälpsida URL | https://www.jaybarot.live/privacy.html |
URL till Sekretesspolicy Sidan | https://www.jaybarot.live/privacy.html |
Stödda Språk | 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\/*" ] } |