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 |
官方URL | 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\/*" ] } |