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)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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!!                    

拡張機能の基本情報

名前 Flipkart Advantage detector Flipkart Advantage detector
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"
    ]
}