Hexa - 3D shopping

Create, manage and distribute 3D content on high scale

Qu'est-ce que Hexa - 3D shopping ?

Hexa - 3D shopping est une extension Chrome développée par Hexa 3D, et sa fonction principale est "Create, manage and distribute 3D content on high scale".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hexa - 3D shopping

Téléchargez les fichiers d'extension Hexa - 3D shopping au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Use this extension to view 3D models in your e-commerce site.                    

Informations de Base sur l'Extension

Nom Hexa - 3D shopping Hexa - 3D shopping
ID ooaaojhjchankpaighnalofdhcnlfnoi
URL Officiel https://chromewebstore.google.com/detail/hexa-3d-shopping/ooaaojhjchankpaighnalofdhcnlfnoi
Description Create, manage and distribute 3D content on high scale
Taille du Fichier 99.3 KB
Nombre d'Installations 113
Version Actuelle 1.3.4
Dernière Mise à Jour 2022-12-14
Date de Publication 2019-12-06
Évaluation 5.00/5 Total 6 Évaluations
Développeur Hexa 3D
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.hexa3d.io/
Langues Prises en Charge 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"
    ]
}