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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
]
} | |