Swiggy Analyser
Analyse your recent orders from Swiggy
Cos'è Swiggy Analyser?
Swiggy Analyser è un'estensione di Chrome sviluppata da indieNik, e la sua funzione principale è "Analyse your recent orders from Swiggy".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Swiggy Analyser
Scarica i file di estensione Swiggy Analyser 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
Simple Chrome Extension that helps you analyse your recent orders from Swiggy
Informazioni di Base sull'Estensione
Nome | Swiggy Analyser |
ID | flpfecimlcggfipmfgnfdkfmpgfopcad |
URL Ufficiale | https://chromewebstore.google.com/detail/swiggy-analyser/flpfecimlcggfipmfgnfdkfmpgfopcad |
Descrizione | Analyse your recent orders from Swiggy |
Dimensione del File | 29.63 KB |
Conteggio Installazioni | 278 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-11-04 |
Data di Pubblicazione | 2021-11-04 |
Sviluppatore | indieNik |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://nikhilpatil.in |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swiggy Analyser", "version": "1.0.0", "description": "Analyse your recent orders from Swiggy", "permissions": [ "https:\/\/www.swiggy.com\/my-account\/orders" ], "browser_action": { "default_popup": "popup.html", "default_icon": "logo.png", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.swiggy.com\/my-account\/orders" ], "js": [ "content.js" ], "run_at": "document_end" } ], "manifest_version": 2 } |