Hexa - 3D shopping

Create, manage and distribute 3D content on high scale

Hexa - 3D shopping là gì?

Hexa - 3D shopping là một tiện ích mở rộng Chrome được phát triển bởi Hexa 3D, và tính năng chính của nó là "Create, manage and distribute 3D content on high scale".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hexa - 3D shopping

Tải xuống các tệp mở rộng Hexa - 3D shopping dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hexa - 3D shopping Hexa - 3D shopping
ID ooaaojhjchankpaighnalofdhcnlfnoi
URL Chính Thức https://chromewebstore.google.com/detail/hexa-3d-shopping/ooaaojhjchankpaighnalofdhcnlfnoi
Mô tả Create, manage and distribute 3D content on high scale
Kích Thước Tệp 99.3 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.3.4
Cập Nhật Lần Cuối 2022-12-14
Ngày Phát Hành 2019-12-06
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Hexa 3D
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.hexa3d.io/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}