Add To Cart (BestBuy Canada)
A simple extension to add out of stock items to cart on various websites.
Was ist Add To Cart (BestBuy Canada)?
Add To Cart (BestBuy Canada) ist eine Chrome-Erweiterung, die von Jim entwickelt wurde, und ihr Hauptmerkmal ist "A simple extension to add out of stock items to cart on various websites.".
Erweiterungsscreenshots
Add To Cart (BestBuy Canada)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Add To Cart (BestBuy Canada)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows users to add out of stock items into their cart for a quicker checkout. Supported websites: BestBuy CA
Grundlegende Informationen zur Erweiterung
Name | |
ID | ollipkdolmcalbnfbmijcbhmbmiboebl |
Offizielle URL | https://chrome.google.com/webstore/detail/add-to-cart-bestbuy-canad/ollipkdolmcalbnfbmijcbhmbmiboebl |
Beschreibung | A simple extension to add out of stock items to cart on various websites. |
Dateigröße | 59.63 KB |
Installationsanzahl | 63 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-06-02 |
Veröffentlichungsdatum | 2021-06-02 |
Entwickler | Jim |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } |