Hexa - 3D shopping
Create, manage and distribute 3D content on high scale
Was ist Hexa - 3D shopping?
Hexa - 3D shopping ist eine Chrome-Erweiterung, die von Hexa 3D entwickelt wurde, und ihr Hauptmerkmal ist "Create, manage and distribute 3D content on high scale".
Erweiterungsscreenshots
Hexa - 3D shopping-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hexa - 3D shopping-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Use this extension to view 3D models in your e-commerce site. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ooaaojhjchankpaighnalofdhcnlfnoi |
| Offizielle URL | https://chromewebstore.google.com/detail/hexa-3d-shopping/ooaaojhjchankpaighnalofdhcnlfnoi |
| Beschreibung | Create, manage and distribute 3D content on high scale |
| Dateigröße | 99.3 KB |
| Installationsanzahl | 113 |
| Aktuelle Version | 1.3.4 |
| Letztes Update | 2022-12-14 |
| Veröffentlichungsdatum | 2019-12-06 |
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
| Entwickler | Hexa 3D |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.hexa3d.io/ |
| Unterstützte Sprachen | 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"
]
} | |