StockTrack.ca plugin

StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores.

StockTrack.ca plugin क्या है?

StockTrack.ca plugin https://stocktrack.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        This is a plugin to automatically add a button when browsing items on walmart.ca, canadiantire.ca, bestbuy.ca and homedepot.ca and other stores to open https://stocktrack.ca with that item.                    

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

नाम StockTrack.ca plugin StockTrack.ca plugin
ID cjeloakegabdmhnaiiakflnhnmpdlpbp
आधिकारिक URL https://chromewebstore.google.com/detail/stocktrackca-plugin/cjeloakegabdmhnaiiakflnhnmpdlpbp
विवरण StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores.
फ़ाइल का आकार 16.26 KB
स्थापना संख्या 3,102
वर्तमान संस्करण 0.2.4
अंतिम अपडेट 2021-03-09
प्रकाशन तिथि 2020-04-12
रेटिंग 4.92/5 कुल 13 रेटिंग्स
डेवलपर https://stocktrack.ca
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://stocktrack.ca/?src=ext
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StockTrack.ca plugin",
    "version": "0.2.4",
    "description": "StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.walmart.ca\/*\/ip\/*",
                "https:\/\/*.canadiantire.ca\/*\/pdp\/*",
                "https:\/\/*.bestbuy.ca\/*\/product\/*",
                "https:\/\/*.homedepot.ca\/product\/*",
                "https:\/\/*.staples.ca\/products\/*",
                "https:\/\/*.thesource.ca\/*\/p\/*",
                "https:\/\/*.thebay.com\/*\/product\/*",
                "https:\/\/*.lowes.ca\/product\/*",
                "https:\/\/*.rona.ca\/*\/*",
                "https:\/\/*.renodepot.com\/*\/*",
                "https:\/\/*.sportchek.ca\/*\/product\/*",
                "https:\/\/*.atmosphere.ca\/*\/product\/*",
                "https:\/\/*.toysrus.ca\/*\/*.html",
                "https:\/\/*.ebgames.ca\/*\/*\/*"
            ],
            "js": [
                "stocktrack.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.stocktrack.ca\/*"
            ],
            "js": [
                "install_notifier.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "images\/icon-32x32.png"
    ],
    "icons": {
        "32": "images\/icon-32x32.png",
        "128": "images\/icon-128x128.png"
    }
}