Deals Tracker

This extension is intended to use with Android application. It simplifies the process of creating subscription from desktop site.

Deals Tracker क्या है?

Deals Tracker https://dealstrackerapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is intended to use with Android application. It simplifies the process of creating subscription from desktop site."।

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

screenshot

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

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

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

                        Deals Tracker helps you to track your defined searches and notifies you as soon as the new results arrives. You can forget about checking search results day by day to find an item at a reasonable price. Just add subscription and wait for results. You will be notified every time the new item shows up on eBay. This can help you to buy an item at a bargain price or find a rare/unique item that you are looking for. It works like the eBay saved search feature, but it checks the deals almost immediately.

This extension is intended to use with Android application. It simplifies the process of creating subscription from desktop site. It allows you to scan a qr code using mobile app or copy a link and share it to your device.

Android app can be found here:
https://play.google.com/store/apps/details?id=com.tomlocksapps.dealstracker.ebay                    

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

नाम Deals Tracker Deals Tracker
ID ceghjjbogdoaigapmjhegfcahcifpenl
आधिकारिक URL https://chromewebstore.google.com/detail/deals-tracker/ceghjjbogdoaigapmjhegfcahcifpenl
विवरण This extension is intended to use with Android application. It simplifies the process of creating subscription from desktop site.
फ़ाइल का आकार 726 KB
स्थापना संख्या 601
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2020-06-27
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://dealstrackerapp.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deals Tracker",
    "version": "1.0.5",
    "permissions": [
        "declarativeContent",
        "activeTab",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.ebay.at\/",
        "*:\/\/*.ebay.com.au\/",
        "*:\/\/*.ebay.ca\/",
        "*:\/\/*.ebay.ch\/",
        "*:\/\/*.ebay.de\/",
        "*:\/\/*.ebay.es\/",
        "*:\/\/*.ebay.fr\/",
        "*:\/\/*.ebay.ie\/",
        "*:\/\/*.ebay.it\/",
        "*:\/\/*.ebay.co.uk\/",
        "*:\/\/*.ebay.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'",
    "description": "This extension is intended to use with Android application. It simplifies the process of creating subscription from desktop site.",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "page_action": {
        "default_popup": "popup_info.html",
        "default_icon": {
            "16": "images\/ic_active_16.png",
            "32": "images\/ic_active_32.png",
            "48": "images\/ic_active_48.png",
            "128": "images\/ic_active_128.png"
        }
    },
    "icons": {
        "16": "images\/ic_active_16.png",
        "32": "images\/ic_active_32.png",
        "48": "images\/ic_active_48.png",
        "128": "images\/ic_active_128.png"
    },
    "manifest_version": 2
}