Quanzoom extension
Add 'Add to Quanzoom' button into amazon.com, redbubble.com, teepublic.com site
What is Quanzoom extension?
Quanzoom extension is a Chrome extension developed by manhnguyentien270489, and its main feature is "Add 'Add to Quanzoom' button into amazon.com, redbubble.com, teepublic.com site".
Extension Screenshots
Download Quanzoom extension Extension CRX File
Download Quanzoom extension 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 help users to copy Merch by Amazon product links to clipboard
Extension Basic Information
Name | Quanzoom extension |
ID | ijcljeldmhnbpnfcpdafbaaafiiebebm |
Official URL | https://chromewebstore.google.com/detail/quanzoom-extension/ijcljeldmhnbpnfcpdafbaaafiiebebm |
Description | Add 'Add to Quanzoom' button into amazon.com, redbubble.com, teepublic.com site |
File Size | 56.91 KB |
Installation Count | 109 |
Current Version | 1.3 |
Last Updated | 2023-09-10 |
Publish Date | 2023-08-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | manhnguyentien270489 |
[email protected] | |
Payment Type | free |
Supported Languages | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quanzoom extension", "version": "1.3", "description": "Add 'Add to Quanzoom' button into amazon.com, redbubble.com, teepublic.com site", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/util.js", "scripts\/amazon.js", "scripts\/redbubble.js", "scripts\/teepublic.js" ], "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/www.redbubble.com\/*", "https:\/\/www.teepublic.com\/*" ] } ] } |