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によって開発されたChromeの拡張機能で、その主な機能は「StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

StockTrack.ca plugin拡張機能のCRXファイルをダウンロード

StockTrack.ca plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}