Flipkart price tracker
The extension will allow you to monitor product price and stock right from your browser
Wat is Flipkart price tracker?
Flipkart price tracker is een Chrome-extensie ontwikkeld door abhi, en de belangrijkste functie is "The extension will allow you to monitor product price and stock right from your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Flipkart price tracker
Download Flipkart price tracker-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
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.
Basisinformatie over de Extensie
Naam | Flipkart price tracker |
ID | ncpghmefmmepeakgfldkmgdicdlobmdp |
Officiële URL | https://chromewebstore.google.com/detail/flipkart-price-tracker/ncpghmefmmepeakgfldkmgdicdlobmdp |
Beschrijving | The extension will allow you to monitor product price and stock right from your browser |
Bestandsgrootte | 150 KB |
Aantal Installaties | 8,312 |
Huidige Versie | 2.2 |
Laatst Bijgewerkt | 2015-03-24 |
Publicatiedatum | 2015-03-24 |
Beoordeling | 3.90/5 Totaal 30 Beoordelingen |
Ontwikkelaar | abhi |
Betalingswijze | free |
Ondersteunde Talen | 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" } |