StockTrack.ca plugin

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

StockTrack.ca plugin là gì?

StockTrack.ca plugin là một tiện ích mở rộng Chrome được phát triển bởi https://stocktrack.ca, và tính năng chính của nó là "StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng StockTrack.ca plugin

Tải xuống các tệp mở rộng StockTrack.ca plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StockTrack.ca plugin StockTrack.ca plugin
ID cjeloakegabdmhnaiiakflnhnmpdlpbp
URL Chính Thức https://chromewebstore.google.com/detail/stocktrackca-plugin/cjeloakegabdmhnaiiakflnhnmpdlpbp
Mô tả StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores.
Kích Thước Tệp 16.26 KB
Số Lần Cài Đặt 3,102
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2021-03-09
Ngày Phát Hành 2020-04-12
Đánh Giá 4.92/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://stocktrack.ca
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://stocktrack.ca/?src=ext
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}