Hexa - 3D shopping
Create, manage and distribute 3D content on high scale
Wat is Hexa - 3D shopping?
Hexa - 3D shopping is een Chrome-extensie ontwikkeld door Hexa 3D, en de belangrijkste functie is "Create, manage and distribute 3D content on high scale".
Extensie Screenshots
Download het CRX-bestand van de extensie Hexa - 3D shopping
Download Hexa - 3D shopping-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Use this extension to view 3D models in your e-commerce site.
Basisinformatie over de Extensie
Naam | Hexa - 3D shopping |
ID | ooaaojhjchankpaighnalofdhcnlfnoi |
Officiële URL | https://chromewebstore.google.com/detail/hexa-3d-shopping/ooaaojhjchankpaighnalofdhcnlfnoi |
Beschrijving | Create, manage and distribute 3D content on high scale |
Bestandsgrootte | 99.3 KB |
Aantal Installaties | 113 |
Huidige Versie | 1.3.4 |
Laatst Bijgewerkt | 2022-12-14 |
Publicatiedatum | 2019-12-06 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Hexa 3D |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.hexa3d.io/ |
Ondersteunde Talen | 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" ] } |