Price Trackers Extension [Fast Drop Alerts]

Price Tracker Extension For Flipkart, Amazon, Myntra- Chrome Extension.

Price Trackers Extension [Fast Drop Alerts]คืออะไร?

Price Trackers Extension [Fast Drop Alerts] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.pricetrackers.in และคุณลักษณะหลักของมันคือ "Price Tracker Extension For Flipkart, Amazon, Myntra- Chrome Extension."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Price Trackers Extension [Fast Drop Alerts]

ดาวน์โหลดไฟล์ส่วนขยาย Price Trackers Extension [Fast Drop Alerts] ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Price Tracker Extension- Download the latest Price Tracker Chrome Extension. This extension is powered by PriceTrackers.in website. This Price Tracker Extension has many amazing features which you will not get in other Extensions.

Some most amazing features of Price Tracker Extension are- 

1) Multiple stores supported like Amazon, Flipkart, Myntra etc.
2) With same account you can use website, android app and Extension.
3) Get lightning fast alerts on your email, mobile number and via push notifications.
4) Get information of true deals with lowest price challenge.
5) Free of cost and can be used many times. There is no limits.
5) Used by thousands of people.

How To Use Price Tracker Extension?

- First Download the Price Tracker Chrome Extension
- Signing with Google for better service.
- You can use the same email to login on app and website.
-Now open any product and wait few seconds
-A navbar will appear on top of the product page.
-There you can click on show Price Graph.
-Also you can set alerts.So, when the price of the product drops, we will send you notifications via email, mobile number, push notifications, or in app (if downloaded)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Price Trackers Extension [Fast Drop Alerts] Price Trackers Extension [Fast Drop Alerts]
ID cbebeniagnlnhacmolgkonadpcmilbnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/price-trackers-extension/cbebeniagnlnhacmolgkonadpcmilbnd
คำอธิบาย Price Tracker Extension For Flipkart, Amazon, Myntra- Chrome Extension.
ขนาดไฟล์ 232 KB
จำนวนการติดตั้ง 2,991
เวอร์ชันปัจจุบัน 0.0.1.2
อัปเดตครั้งล่าสุด 2020-06-23
วันที่เผยแพร่ 2020-06-23
คะแนน 2.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.pricetrackers.in
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pricetrackers.in/
URL หน้าช่วยเหลือ https://www.pricetrackers.in/contact/
URL หน้านโยบายความเป็นส่วนตัว https://www.pricetrackers.in
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Price Trackers Extension [Fast Drop Alerts]",
    "version": "0.0.1.2",
    "default_locale": "en",
    "description": "Price Tracker Extension For Flipkart, Amazon, Myntra- Chrome Extension.",
    "icons": {
        "16": "assets\/img\/favicon-16x16.png",
        "48": "assets\/img\/android-chrome-192x192.png",
        "32": "assets\/img\/favicon-32x32.png",
        "128": "assets\/img\/android-chrome-192x192.png"
    },
    "permissions": [
        "http:\/\/www.pricetrackers.in\/chrome\/*\/",
        "https:\/\/www.pricetrackers.in\/chrome\/*\/",
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "identity",
        "https:\/\/pricetrackers.in\/shopapi\/0"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.flipkart.com\/*\/p\/*"
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "content\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.in\/*\/dp\/*",
                "https:\/\/www.amazon.in\/gp\/product\/*",
                "https:\/\/www.amazon.in\/dp\/*\/*"
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "content\/acontent.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.myntra.com\/*\/*\/*\/*\/buy"
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "content\/mcontent.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/assets\/js\/jquery.js",
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "content\/template.html",
        "assets\/img\/favicon-32x32.png",
        "assets\/js\/bar.js",
        "assets\/js\/chart.js"
    ],
    "browser_action": {
        "default_icon": "assets\/img\/favicon-16x16.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Price Trackers quick access!"
    },
    "oauth2": {
        "client_id": "1039905778555-m9il46kov95bogq8mabc71ijsg331eh0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}