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
公式URL 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"
    ]
}