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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } ] } |