HubX (by Neambo)

Copy modules and groups in the new HubSpot Design Tools

什麼是HubX (by Neambo)?

HubX (by Neambo)是由https://neambo.com開發的Chrome擴展程式,該擴展的主要功能是“Copy modules and groups in the new HubSpot Design Tools”。

擴展截圖

screenshot
screenshot

下載HubX (by Neambo)擴展crx文件

下載HubX (by Neambo)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 HubX (by Neambo) HubX (by Neambo)
ID dmgpiodabbkeicgkhpokecnlpjddjmah
官方網址 https://chromewebstore.google.com/detail/hubx-by-neambo/dmgpiodabbkeicgkhpokecnlpjddjmah
簡介 Copy modules and groups in the new HubSpot Design Tools
檔案大小 70.57 KB
安裝次數 1,119
目前版本 0.27
更新時間 2019-06-27
上架時間 2019-06-27
評分 5.00/5 共 9 次評分
開發者 https://neambo.com
付費類型 free
擴展官網 https://neambo.com/hubx
說明頁面URL https://neambo.com/hubx
支援的語言 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"
    ]
}