Flipkart Advantage detector
Detects Items deliverable at chosen pincode, next day delivery, same day delivery and flipkart advantage (Products by WS Retail)
什麼是Flipkart Advantage detector?
Flipkart Advantage detector是由nlmm01開發的Chrome擴展程式,該擴展的主要功能是“Detects Items deliverable at chosen pincode, next day delivery, same day delivery and flipkart advantage (Products by WS Retail)”。
擴展截圖
下載Flipkart Advantage detector擴展crx文件
下載Flipkart Advantage detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!!
擴展基本資訊
名稱 | |
ID | ekfjliicgomfkemgjmbkllponiigjnnh |
官方網址 | https://chrome.google.com/webstore/detail/flipkart-advantage-detect/ekfjliicgomfkemgjmbkllponiigjnnh |
簡介 | Detects Items deliverable at chosen pincode, next day delivery, same day delivery and flipkart advantage (Products by WS Retail) |
檔案大小 | 90.48 KB |
安裝次數 | 703 |
目前版本 | 0.5 |
更新時間 | 2015-03-10 |
上架時間 | 2015-03-10 |
評分 | 3.61/5 共 23 次評分 |
開發者 | nlmm01 |
付費類型 | free |
支援的語言 | 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" ] } |