Add To Cart (BestBuy Canada)
A simple extension to add out of stock items to cart on various websites.
What is Add To Cart (BestBuy Canada)?
Add To Cart (BestBuy Canada) is a Chrome extension developed by Jim, and its main feature is "A simple extension to add out of stock items to cart on various websites.".
Extension Screenshots
Download Add To Cart (BestBuy Canada) Extension CRX File
Download Add To Cart (BestBuy Canada) 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 extension allows users to add out of stock items into their cart for a quicker checkout. Supported websites: BestBuy CA
Extension Basic Information
Name | |
ID | ollipkdolmcalbnfbmijcbhmbmiboebl |
Official URL | https://chrome.google.com/webstore/detail/add-to-cart-bestbuy-canad/ollipkdolmcalbnfbmijcbhmbmiboebl |
Description | A simple extension to add out of stock items to cart on various websites. |
File Size | 59.63 KB |
Installation Count | 63 |
Current Version | 1.0 |
Last Updated | 2021-06-02 |
Publish Date | 2021-06-02 |
Developer | Jim |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } |