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.”。
擴展截圖
下載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 |
ID | cjeloakegabdmhnaiiakflnhnmpdlpbp |
官方網址 | 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 |
電子郵箱 | [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" } } |