Swiggy Analyser
Analyse your recent orders from Swiggy
What is Swiggy Analyser?
Swiggy Analyser is a Chrome extension developed by indieNik, and its main feature is "Analyse your recent orders from Swiggy".
Extension Screenshots
Download Swiggy Analyser Extension CRX File
Download Swiggy Analyser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple Chrome Extension that helps you analyse your recent orders from Swiggy
Extension Basic Information
Name | Swiggy Analyser |
ID | flpfecimlcggfipmfgnfdkfmpgfopcad |
Official URL | https://chromewebstore.google.com/detail/swiggy-analyser/flpfecimlcggfipmfgnfdkfmpgfopcad |
Description | Analyse your recent orders from Swiggy |
File Size | 29.63 KB |
Installation Count | 278 |
Current Version | 1.0.0 |
Last Updated | 2021-11-04 |
Publish Date | 2021-11-04 |
Developer | indieNik |
[email protected] | |
Payment Type | free |
Extension Website | https://nikhilpatil.in |
Supported Languages | 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 } |