HubX (by Neambo)

Copy modules and groups in the new HubSpot Design Tools

¿Qué es HubX (by Neambo)?

HubX (by Neambo) es una extensión de Chrome desarrollada por https://neambo.com, y su función principal es "Copy modules and groups in the new HubSpot Design Tools".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión HubX (by Neambo)

Descarga archivos de extensión HubX (by Neambo) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre HubX (by Neambo) HubX (by Neambo)
ID dmgpiodabbkeicgkhpokecnlpjddjmah
URL Oficial https://chromewebstore.google.com/detail/hubx-by-neambo/dmgpiodabbkeicgkhpokecnlpjddjmah
Descripción Copy modules and groups in the new HubSpot Design Tools
Tamaño del Archivo 70.57 KB
Cantidad de Instalaciones 1,119
Versión Actual 0.27
Última Actualización 2019-06-27
Fecha de Publicación 2019-06-27
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador https://neambo.com
Tipo de Pago free
Sitio Web de la Extensión https://neambo.com/hubx
URL de la Página de Ayuda https://neambo.com/hubx
Idiomas Soportados 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"
    ]
}