BangGood Price Tracker & Image Downloader

Fastest Price Tracking Tool & Image Downloader for BangGood!

BangGood Price Tracker & Image Downloader क्या है?

BangGood Price Tracker & Image Downloader https://upstal.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fastest Price Tracking Tool & Image Downloader for BangGood!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BangGood Price Tracker & Image Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Free BangGood Product Price Tracker & BangGood Image Downloader for Your Favorite Browser. BangGood Price Tracker  Adds price history charts and the option to be alerted on price drops to all BangGood products.

✜ BangGood Price Tracker - Features:
•  Free to Use
•  Price Graph History
•  Monitor Prices
•  Set Product Price Drop Alerts
•  Get Notified When Price will be Increased or Dropped.
•  Download Images from BangGood with Single Click!

✜ How to Use BangGood Product Price Tracker?
- First, Install BangGood Price Tracker & Image Downloader on your browser.
- It will show a menu box down-left corner on your BangGood Product pages.
- Click on that Menu to view price history.

✜ How to Get Notified When Price will Drop?
- Click on "Notify Me" button from below the Price history chart.
- It will ask your notification permisson.
- Allow It.
- Your Product will be added in your watching list page.
- Done!
* You will Get Notification after Changing Prices!

✜ How To Download Images from BangGood?
- Click on "Downloader" button from Extension's menu.
- Features Images of that Product will be shown there.
- You can download single images by clicking on images.
- Or, You Can Click on "Download" button to download all images as a compressed zip file.

•  Keep checking we are adding more features frequently.

This Privacy Policy can be also found here:
https://upstal.com/privacy_policy.html

For any query related to BangGood Price Tracker & Image Downloader you can reach to us via our Official facebook page here: https://www.facebook.com/upstal                    

एक्सटेंशन की मूल जानकारी

नाम BangGood Price Tracker & Image Downloader BangGood Price Tracker & Image Downloader
ID lgdodjdbaajiglppjdenpabjbmfifnoo
आधिकारिक URL https://chromewebstore.google.com/detail/banggood-price-tracker-im/lgdodjdbaajiglppjdenpabjbmfifnoo
विवरण Fastest Price Tracking Tool & Image Downloader for BangGood!
फ़ाइल का आकार 2.74 MB
स्थापना संख्या 139
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-01-09
प्रकाशन तिथि 2021-01-09
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://upstal.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://upstal.com
सहायता पृष्ठ URL https://upstal.com/privacy_policy.html
गोपनीयता नीति पृष्ठ URL https://www.saxsos.xyz/p/policy-privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BangGood Price Tracker & Image Downloader",
    "description": "Fastest Price Tracking Tool & Image Downloader for BangGood!",
    "version": "1.0",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.banggood.com\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "BangGood Price Tracker",
        "default_icon": {
            "16": "img\/128.png",
            "32": "img\/128.png",
            "48": "img\/128.png",
            "64": "img\/128.png",
            "128": "img\/128.png"
        }
    },
    "icons": {
        "16": "img\/128.png",
        "32": "img\/128.png",
        "48": "img\/128.png",
        "64": "img\/128.png",
        "128": "img\/128.png"
    },
    "web_accessible_resources": [
        "visual\/index.html",
        "service-worker.js"
    ],
    "permissions": [
        "*:\/\/*.banggood.com\/*",
        "storage"
    ]
}