StockTrack.ca plugin
StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores.
What is StockTrack.ca plugin?
StockTrack.ca plugin is a Chrome extension developed by https://stocktrack.ca, and its main feature is "StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores.".
Extension Screenshots
Download StockTrack.ca plugin Extension CRX File
Download StockTrack.ca plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | StockTrack.ca plugin |
ID | cjeloakegabdmhnaiiakflnhnmpdlpbp |
Official URL | https://chromewebstore.google.com/detail/stocktrackca-plugin/cjeloakegabdmhnaiiakflnhnmpdlpbp |
Description | StockTrack.ca plugin to help find inventory Walmart, CanadianTire, BestBuy, HomeDepot, Staples and other Canadian stores. |
File Size | 16.26 KB |
Installation Count | 3,102 |
Current Version | 0.2.4 |
Last Updated | 2021-03-09 |
Publish Date | 2020-04-12 |
Rating | 4.92/5 Total 13 Ratings |
Developer | https://stocktrack.ca |
[email protected] | |
Payment Type | free |
Extension Website | https://stocktrack.ca/?src=ext |
Supported Languages | 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" } } |