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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects Items deliverable at chosen pincode, next day delivery, same day delivery and flipkart advantage (Products by WS Retail)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Flipkart Advantage detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}