StockTrack.ca plugin

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

Was ist StockTrack.ca plugin?

StockTrack.ca plugin ist eine Chrome-Erweiterung, die von https://stocktrack.ca entwickelt wurde, und ihr Hauptmerkmal ist "StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

StockTrack.ca plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie StockTrack.ca plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name StockTrack.ca plugin StockTrack.ca plugin
ID cjeloakegabdmhnaiiakflnhnmpdlpbp
Offizielle URL https://chromewebstore.google.com/detail/stocktrackca-plugin/cjeloakegabdmhnaiiakflnhnmpdlpbp
Beschreibung StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores.
Dateigröße 16.26 KB
Installationsanzahl 3,102
Aktuelle Version 0.2.4
Letztes Update 2021-03-09
Veröffentlichungsdatum 2020-04-12
Bewertung 4.92/5 Insgesamt 13 Bewertungen
Entwickler https://stocktrack.ca
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://stocktrack.ca/?src=ext
Unterstützte Sprachen 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"
    }
}