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文件

下載Flipkart price tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}