Swiggy Analyser
Analyse your recent orders from Swiggy
Wat is Swiggy Analyser?
Swiggy Analyser is een Chrome-extensie ontwikkeld door indieNik, en de belangrijkste functie is "Analyse your recent orders from Swiggy".
Extensie Screenshots
Download het CRX-bestand van de extensie Swiggy Analyser
Download Swiggy Analyser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple Chrome Extension that helps you analyse your recent orders from Swiggy
Basisinformatie over de Extensie
Naam | Swiggy Analyser |
ID | flpfecimlcggfipmfgnfdkfmpgfopcad |
Officiële URL | https://chromewebstore.google.com/detail/swiggy-analyser/flpfecimlcggfipmfgnfdkfmpgfopcad |
Beschrijving | Analyse your recent orders from Swiggy |
Bestandsgrootte | 29.63 KB |
Aantal Installaties | 278 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2021-11-04 |
Publicatiedatum | 2021-11-04 |
Ontwikkelaar | indieNik |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://nikhilpatil.in |
Ondersteunde Talen | 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 } |