MunchMetrics | Swiggy Zomato Expense Tracker
Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits
O que é MunchMetrics | Swiggy Zomato Expense Tracker?
MunchMetrics | Swiggy Zomato Expense Tracker é uma extensão do Chrome desenvolvida por JJay, e sua principal característica é "Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MunchMetrics | Swiggy Zomato Expense Tracker
Baixe arquivos de extensão MunchMetrics | Swiggy Zomato Expense Tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Track spendings and expenses from zomato and swiggy. Get indepth insights of your food adventures from Zomato.
Informações Básicas da Extensão
Nome | MunchMetrics | Swiggy Zomato Expense Tracker |
ID | amdjphnlghpmdcdacbbccoehejdonlef |
URL Oficial | https://chromewebstore.google.com/detail/munchmetrics-swiggy-zomat/amdjphnlghpmdcdacbbccoehejdonlef |
Descrição | Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits |
Tamanho do Arquivo | 7.86 MB |
Contagem de Instalações | 211 |
Versão Atual | 2.0.0 |
Última Atualização | 2024-01-12 |
Data de Publicação | 2023-12-21 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | JJay |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.freeprivacypolicy.com/live/9a49103f-a2df-4115-91fa-fe5510ca4d2a |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Get insights of your food adventures from Zomato and Swiggy. Track expenses and get complete visual insights of your food habits", "version": "2.0.0", "manifest_version": 3, "name": "MunchMetrics | Swiggy Zomato Expense Tracker", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "permissions": [ "storage" ], "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.swiggy.com\/*", "*:\/\/*.zomato.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |