Add To Cart (BestBuy Canada)
A simple extension to add out of stock items to cart on various websites.
什麼是Add To Cart (BestBuy Canada)?
Add To Cart (BestBuy Canada)是由Jim開發的Chrome擴展程式,該擴展的主要功能是“A simple extension to add out of stock items to cart on various websites.”。
擴展截圖
下載Add To Cart (BestBuy Canada)擴展crx文件
下載Add To Cart (BestBuy Canada)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows users to add out of stock items into their cart for a quicker checkout. Supported websites: BestBuy CA
擴展基本資訊
名稱 | |
ID | ollipkdolmcalbnfbmijcbhmbmiboebl |
官方網址 | https://chrome.google.com/webstore/detail/add-to-cart-bestbuy-canad/ollipkdolmcalbnfbmijcbhmbmiboebl |
簡介 | A simple extension to add out of stock items to cart on various websites. |
檔案大小 | 59.63 KB |
安裝次數 | 63 |
目前版本 | 1.0 |
更新時間 | 2021-06-02 |
上架時間 | 2021-06-02 |
開發者 | Jim |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add To Cart (BestBuy Canada)", "description": "A simple extension to add out of stock items to cart on various websites.", "version": "1.0", "content_scripts": [ { "matches": [ "https:\/\/www.bestbuy.ca\/*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "icons": { "128": "icon.png" }, "host_permissions": [ "https:\/\/www.bestbuy.ca\/*" ] } |