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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}