HubX (by Neambo)

Copy modules and groups in the new HubSpot Design Tools

Wat is HubX (by Neambo)?

HubX (by Neambo) is een Chrome-extensie ontwikkeld door https://neambo.com, en de belangrijkste functie is "Copy modules and groups in the new HubSpot Design Tools".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie HubX (by Neambo)

Download HubX (by Neambo)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam HubX (by Neambo) HubX (by Neambo)
ID dmgpiodabbkeicgkhpokecnlpjddjmah
Officiële URL https://chromewebstore.google.com/detail/hubx-by-neambo/dmgpiodabbkeicgkhpokecnlpjddjmah
Beschrijving Copy modules and groups in the new HubSpot Design Tools
Bestandsgrootte 70.57 KB
Aantal Installaties 1,119
Huidige Versie 0.27
Laatst Bijgewerkt 2019-06-27
Publicatiedatum 2019-06-27
Beoordeling 5.00/5 Totaal 9 Beoordelingen
Ontwikkelaar https://neambo.com
Betalingswijze free
Extensiewebsite https://neambo.com/hubx
Help Pagina-URL https://neambo.com/hubx
Ondersteunde Talen 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"
    ]
}