Hexa - 3D shopping
Create, manage and distribute 3D content on high scale
Hexa - 3D shoppingคืออะไร?
Hexa - 3D shopping เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hexa 3D และคุณลักษณะหลักของมันคือ "Create, manage and distribute 3D content on high scale"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hexa - 3D shopping
ดาวน์โหลดไฟล์ส่วนขยาย Hexa - 3D shopping ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use this extension to view 3D models in your e-commerce site.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hexa - 3D shopping |
ID | ooaaojhjchankpaighnalofdhcnlfnoi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hexa-3d-shopping/ooaaojhjchankpaighnalofdhcnlfnoi |
คำอธิบาย | Create, manage and distribute 3D content on high scale |
ขนาดไฟล์ | 99.3 KB |
จำนวนการติดตั้ง | 113 |
เวอร์ชันปัจจุบัน | 1.3.4 |
อัปเดตครั้งล่าสุด | 2022-12-14 |
วันที่เผยแพร่ | 2019-12-06 |
คะแนน | 5.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Hexa 3D |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.hexa3d.io/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hexa - 3D shopping", "short_name": "hexa3d", "version": "1.3.4", "description": "Create, manage and distribute 3D content on high scale", "manifest_version": 2, "background": { "page": "background.html" }, "icons": { "16": "logo_hexa_16.png", "48": "logo_hexa_48.png" }, "browser_action": { "default_icon": { "19": "logo_hexa_19.png", "38": "logo_hexa_38.png" }, "default_title": "Hexa 3D", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "hexa.user.js" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webRequest", "webRequestBlocking" ] } |