Red Bubble Product Import
Customized Product Import for RedBubble.com
What is Red Bubble Product Import?
Red Bubble Product Import is a Chrome extension developed by r3pulsivenade1, and its main feature is "Customized Product Import for RedBubble.com".
Extension Screenshots
Download Red Bubble Product Import Extension CRX File
Download Red Bubble Product Import 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 is a custom extension to make uploading and copying product tags as simple as one click.
Extension Basic Information
Name | Red Bubble Product Import |
ID | hihimkdiejoifppkbeflopmfkgnbdiec |
Official URL | https://chromewebstore.google.com/detail/red-bubble-product-import/hihimkdiejoifppkbeflopmfkgnbdiec |
Description | Customized Product Import for RedBubble.com |
File Size | 34.65 KB |
Installation Count | 806 |
Current Version | 2.1 |
Last Updated | 2019-03-28 |
Publish Date | 2019-03-28 |
Rating | 2.20/5 Total 5 Ratings |
Developer | r3pulsivenade1 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.unleashedsocial.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Customized Product Import for RedBubble.com", "manifest_version": 2, "name": "Red Bubble Product Import", "browser_action": { "default_title": "Red Bubble" }, "permissions": [], "version": "2.1", "content_scripts": [ { "all_frames": false, "js": [ "js\/jquery-2.2.4.min.js", "js\/script.js" ], "matches": [ "https:\/\/www.redbubble.com\/*" ], "run_at": "document_end" } ] } |