Flipkart Price Tracker

Price History Flipkart - Track Flipkart Price History

Flipkart Price Tracker란 무엇입니까?

Flipkart Price Tracker은(는) Solutions For People에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Price History Flipkart - Track Flipkart Price History"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Flipkart Price Tracker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Flipkart price tracker is a chrome extension that allow track price history flipkart.
फ्लिपकार्ट मूल्य ट्रैकर
With this Flipkart price tracker tracking price is easy now!
price tracker over time
Support:
If You Facing Any Issue Feel Free Message at [email protected]

Instruction :
1.Install Flipkart Price Tracker
2.Activate Free Trial 
3.Go to flipkart site and Track Flipkart Price your favourite product
4.Enjoy!

Introducing the Flipkart Price Tracker, a seamless Chrome extension designed to revolutionize your online shopping experience. With this cutting-edge tool at your fingertips, keeping a close watch on product prices on Flipkart has never been simpler.

Gone are the days of uncertainty when purchasing your desired items. The Flipkart Price Tracker empowers you to effortlessly monitor the price history of products, ensuring that you make informed buying decisions. Whether you're eyeing a must-have gadget, stylish apparel, or home essentials, this extension provides you with the essential insights you need.

This extension offers an array of impressive features that put you in control:

📊 **Comprehensive Tracking:** Stay up-to-date with real-time price fluctuations as the extension diligently records the price history of your chosen products. Track Flipkart Price effortlessly over varying time spans Price History Flipkart: 1 day, 1 week, 1 month, and even the entire lifetime of the product Price History Flipkart and price tracker over time.

🖥 **User-Friendly Interface:** The Flipkart Price Tracker boasts an intuitive and user-friendly interface, making it accessible to both tech-savvy shoppers and those new to online tracking tools. Navigating through price histories and configuring your tracking preferences is a breeze.

✅  **Download Options:** Take your analysis to the next level by downloading price histories in multiple formats. The extension allows you to export data as CSV, SVG, and PNG files. Seamlessly integrate this data into your reports, presentations, or spreadsheets for thorough analysis.

💼 **Precise Decision-Making:** Make well-informed purchasing choices by leveraging the extension's insights into how prices have evolved over time. Identify patterns, trends, and seasonal variations that impact the cost of your desired products on Flipkart.

Elevate your online shopping prowess with the Flipkart Price Tracker extension. Whether you're a budget-conscious shopper, a deal hunter, or a meticulous planner, this extension empowers you to harness the power of price history data. Say goodbye to price uncertainty and hello to confident shopping decisions with the Flipkart Price Tracker extension. Start tracking the evolution of prices today, and redefine the way you shop on Flipkart. Use Flipkart Price Tracker Today!

It may not work for every department                    

확장 프로그램 기본 정보

이름 Flipkart Price Tracker Flipkart Price Tracker
ID beggjiljehbdongnhikpadhmibjdejnk
공식 URL https://chromewebstore.google.com/detail/flipkart-price-tracker/beggjiljehbdongnhikpadhmibjdejnk
설명 Price History Flipkart - Track Flipkart Price History
파일 크기 193 KB
설치 횟수 7,530
현재 버전 1.8
최근 업데이트 2024-02-27
출시 날짜 2023-08-09
평점 4.37/5 총 30 개의 평점
개발자 Solutions For People
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://twittertomp4.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.8",
    "author": "vlaex ",
    "name": "Flipkart Price Tracker",
    "description": "Price History Flipkart - Track Flipkart Price History",
    "permissions": [
        "notifications",
        "storage",
        "alarms",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/flipkart.com\/*",
        "*:\/\/www.flipkart.com\/*",
        "*:\/\/ph.pricetoolkit.com\/api\/*",
        "*:\/\/extensionpay.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/flipkart.com\/*",
                "*:\/\/www.flipkart.com\/*"
            ],
            "js": [
                "content-scripts\/apexcharts.min.js",
                "content-scripts\/proxy.js",
                "content-scripts\/zoomChart.js",
                "content-scripts\/renderData.js",
                "content-scripts\/index.js"
            ],
            "css": [
                "content-scripts\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/flipkart.com\/*",
                "*:\/\/www.flipkart.com\/*"
            ],
            "js": [
                "content-scripts\/keepWorkerAlive.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "background\/extensionpay.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_popup": "popup\/index.html"
    }
}