Hexa - 3D shopping

Create, manage and distribute 3D content on high scale

Hexa - 3D shopping क्या है?

Hexa - 3D shopping Hexa 3D द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create, manage and distribute 3D content on high scale"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hexa - 3D shopping एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Hexa - 3D shopping 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"
    ]
}