Red Bubble Product Import
Customized Product Import for RedBubble.com
Red Bubble Product Importคืออะไร?
Red Bubble Product Import เป็นส่วนขยายของ Chrome ที่พัฒนาโดย r3pulsivenade1 และคุณลักษณะหลักของมันคือ "Customized Product Import for RedBubble.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Red Bubble Product Import
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |