StockTrack.ca plugin

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

Vad är StockTrack.ca plugin?

StockTrack.ca plugin är en Chrome-tillägg utvecklad av https://stocktrack.ca, och dess huvudfunktion är "StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner StockTrack.ca plugin-förlängningens CRX-fil

Ladda ner StockTrack.ca plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn StockTrack.ca plugin StockTrack.ca plugin
ID cjeloakegabdmhnaiiakflnhnmpdlpbp
Officiell webbadress https://chromewebstore.google.com/detail/stocktrackca-plugin/cjeloakegabdmhnaiiakflnhnmpdlpbp
Beskrivning StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores.
Filstorlek 16.26 KB
Antal Installationer 3,102
Aktuell Version 0.2.4
Senast Uppdaterad 2021-03-09
Publiceringsdatum 2020-04-12
Betyg 4.92/5 Totalt 13 Betyg
Utvecklare https://stocktrack.ca
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://stocktrack.ca/?src=ext
Stödda Språk 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"
    }
}