Red Bubble Product Import
Customized Product Import for RedBubble.com
什么是Red Bubble Product Import?
Red Bubble Product Import是由r3pulsivenade1开发的Chrome扩展程序,该扩展的主要功能是“Customized Product Import for RedBubble.com”。
扩展截图
下载Red Bubble Product Import扩展crx文件
下载Red Bubble Product Import扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a custom extension to make uploading and copying product tags as simple as one click.
扩展基本信息
名称 | Red Bubble Product Import |
ID | hihimkdiejoifppkbeflopmfkgnbdiec |
官方URL | https://chromewebstore.google.com/detail/red-bubble-product-import/hihimkdiejoifppkbeflopmfkgnbdiec |
简介 | Customized Product Import for RedBubble.com |
文件大小 | 34.65 KB |
安装次数 | 806 |
当前版本 | 2.1 |
更新时间 | 2019-03-28 |
上架时间 | 2019-03-28 |
评分 | 2.20/5 共5次评分 |
开发者 | r3pulsivenade1 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://www.unleashedsocial.com |
支持的语言 | 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" } ] } |