Flipkart Advantage detector
Detects Items deliverable at chosen pincode, next day delivery, same day delivery and flipkart advantage (Products by WS Retail)
Cos'è Flipkart Advantage detector?
Flipkart Advantage detector è un'estensione di Chrome sviluppata da nlmm01, e la sua funzione principale è "Detects Items deliverable at chosen pincode, next day delivery, same day delivery and flipkart advantage (Products by WS Retail)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Flipkart Advantage detector
Scarica i file di estensione Flipkart Advantage detector 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
A chrome plugin to ease your product search at flipkart. This plugin makes it easy to search products that are available on your pincode, availability of next day and same day delivery, availability of Flipkart Advantage(WS Retail) allowing you to shop with confidence. Note: Open extension popup to enter pincode and enable/disable. All this is visible from browsing page, and you don't have to open each page, making it easier to shop. The plugin is completely ad-free and was made for personal use but made public to help out others. Happy Shopping!!
Informazioni di Base sull'Estensione
Nome | |
ID | ekfjliicgomfkemgjmbkllponiigjnnh |
URL Ufficiale | https://chrome.google.com/webstore/detail/flipkart-advantage-detect/ekfjliicgomfkemgjmbkllponiigjnnh |
Descrizione | Detects Items deliverable at chosen pincode, next day delivery, same day delivery and flipkart advantage (Products by WS Retail) |
Dimensione del File | 90.48 KB |
Conteggio Installazioni | 703 |
Versione Corrente | 0.5 |
Ultimo Aggiornamento | 2015-03-10 |
Data di Pubblicazione | 2015-03-10 |
Valutazione | 3.61/5 Totale 23 Valutazioni |
Sviluppatore | nlmm01 |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flipkart Advantage detector", "version": "0.5", "description": "Detects Items deliverable at chosen pincode, next day delivery, same day delivery and flipkart advantage (Products by WS Retail)", "manifest_version": 2, "browser_action": { "default_icon": "icon_16.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "thirdParty\/jquery.min.js", "fka.js", "scripts\/options.js" ], "matches": [ "*:\/\/*.flipkart.com\/*" ], "css": [ "css\/fka.css" ] } ], "permissions": [ "storage" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "short_name": "Flipkart Advantage", "web_accessible_resources": [ "images\/*.png" ] } |