Flipkart price tracker
The extension will allow you to monitor product price and stock right from your browser
Was ist Flipkart price tracker?
Flipkart price tracker ist eine Chrome-Erweiterung, die von abhi entwickelt wurde, und ihr Hauptmerkmal ist "The extension will allow you to monitor product price and stock right from your browser".
Erweiterungsscreenshots
Flipkart price tracker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Flipkart price tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This Extension allows you to monitor the Flipkart product price and stock right from the browser alerts you when there is a price and stock changes. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ncpghmefmmepeakgfldkmgdicdlobmdp |
| Offizielle URL | https://chromewebstore.google.com/detail/flipkart-price-tracker/ncpghmefmmepeakgfldkmgdicdlobmdp |
| Beschreibung | The extension will allow you to monitor product price and stock right from your browser |
| Dateigröße | 150 KB |
| Installationsanzahl | 8,312 |
| Aktuelle Version | 2.2 |
| Letztes Update | 2015-03-24 |
| Veröffentlichungsdatum | 2015-03-24 |
| Bewertung | 3.90/5 Insgesamt 30 Bewertungen |
| Entwickler | abhi |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"background": {
"page": "background.html",
"persistent": true
},
"browser_action": {
"default_icon": "128.png",
"default_popup": "popup.html"
},
"description": "The extension will allow you to monitor product price and stock right from your browser",
"icons": {
"128": "128.png",
"16": "16.png",
"48": "48.png"
},
"manifest_version": 2,
"name": "Flipkart price tracker",
"permissions": [
"tabs",
"notifications",
"background"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.2"
} | |