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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}