Flipkart price tracker

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

What is Flipkart price tracker?

Flipkart price tracker is a Chrome extension developed by abhi, and its main feature is "The extension will allow you to monitor product price and stock right from your browser".

Extension Screenshots

screenshot
screenshot
screenshot

Download Flipkart price tracker Extension CRX File

Download Flipkart price tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Flipkart price tracker Flipkart price tracker
ID ncpghmefmmepeakgfldkmgdicdlobmdp
Official URL https://chromewebstore.google.com/detail/flipkart-price-tracker/ncpghmefmmepeakgfldkmgdicdlobmdp
Description The extension will allow you to monitor product price and stock right from your browser
File Size 150 KB
Installation Count 8,312
Current Version 2.2
Last Updated 2015-03-24
Publish Date 2015-03-24
Rating 3.90/5 Total 30 Ratings
Developer abhi
Payment Type free
Supported Languages 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"
}