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 - это расширение Chrome, разработанное nlmm01, и его основная функция - "Detects Items deliverable at chosen pincode, next day delivery, same day delivery and flipkart advantage (Products by WS Retail)".
Снимки экрана расширения
Скачать файл CRX расширения Flipkart Advantage detector
Скачайте файлы расширений 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 |
Официальный URL | 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" ] } |