Flipkart price tracker

The extension will allow you to monitor product price and stock right from your browser

Flipkart price tracker란 무엇입니까?

Flipkart price tracker은(는) abhi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension will allow you to monitor product price and stock right from your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Flipkart price tracker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This Extension allows you to monitor the Flipkart product price and stock right from the browser alerts you when there is a price and stock changes.                    

확장 프로그램 기본 정보

이름 Flipkart price tracker Flipkart price tracker
ID ncpghmefmmepeakgfldkmgdicdlobmdp
공식 URL https://chromewebstore.google.com/detail/flipkart-price-tracker/ncpghmefmmepeakgfldkmgdicdlobmdp
설명 The extension will allow you to monitor product price and stock right from your browser
파일 크기 150 KB
설치 횟수 8,312
현재 버전 2.2
최근 업데이트 2015-03-24
출시 날짜 2015-03-24
평점 3.90/5 총 30 개의 평점
개발자 abhi
결제 유형 free
지원되는 언어 en
manifest.json
{
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html"
    },
    "description": "The extension will allow you to monitor product price and stock right from your browser",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "manifest_version": 2,
    "name": "Flipkart price tracker",
    "permissions": [
        "tabs",
        "notifications",
        "background"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.2"
}