HubX (by Neambo)

Copy modules and groups in the new HubSpot Design Tools

HubX (by Neambo) là gì?

HubX (by Neambo) là một tiện ích mở rộng Chrome được phát triển bởi https://neambo.com, và tính năng chính của nó là "Copy modules and groups in the new HubSpot Design Tools".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HubX (by Neambo)

Tải xuống các tệp mở rộng HubX (by Neambo) 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

                        Make your powerful HubSpot Design Tools even better with extra features:

- Copy groups and modules between templates
- Copy groups and modules within a template at a specific location
- Collapse/expand groups when double-clicking their labels
- Optional dark theme to relax your eyes

More info: https://neambo.com/hubx

Looking for a beautiful and powerful HubSpot website theme? https://neambo.com/act2                    

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

Tên HubX (by Neambo) HubX (by Neambo)
ID dmgpiodabbkeicgkhpokecnlpjddjmah
URL Chính Thức https://chromewebstore.google.com/detail/hubx-by-neambo/dmgpiodabbkeicgkhpokecnlpjddjmah
Mô tả Copy modules and groups in the new HubSpot Design Tools
Kích Thước Tệp 70.57 KB
Số Lần Cài Đặt 1,119
Phiên Bản Hiện Tại 0.27
Cập Nhật Lần Cuối 2019-06-27
Ngày Phát Hành 2019-06-27
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://neambo.com
Loại Thanh Toán free
Trang Web Mở Rộng https://neambo.com/hubx
URL Trang Trợ Giúp https://neambo.com/hubx
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HubX (by Neambo)",
    "description": "Copy modules and groups in the new HubSpot Design Tools",
    "version": "0.27",
    "icons": {
        "48": "img\/hubx-logo-48.png",
        "128": "img\/hubx-logo-128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.1.3.min.js",
            "js\/background.min.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_title": "HubX by Neambo",
        "default_icon": "img\/hubx-logo-32.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "declarativeContent",
        "storage",
        "https:\/\/app.hubspot.com\/design-manager\/*",
        "https:\/\/api.hubspot.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jquery-2.1.3.min.js",
                "js\/jquery.initialize.min.js",
                "js\/hubx.min.js"
            ],
            "css": [
                "css\/hubx.css"
            ],
            "matches": [
                "https:\/\/app.hubspot.com\/design-manager\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/hubx-icon.svg",
        "img\/error-icon.png"
    ]
}