Taboola-Hubspot Integration

Launch Taboola campaigns straight from the Hubspot dashboard

O que é Taboola-Hubspot Integration?

Taboola-Hubspot Integration é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Launch Taboola campaigns straight from the Hubspot dashboard".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Taboola-Hubspot Integration

Baixe arquivos de extensão Taboola-Hubspot Integration no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        The Taboola-Hubspot integration extension allows you to create and launch a Taboola campaign straight from the Hubspot blog section. 

Follow this link for further instructions https://go.taboola.com/taboola-hubspot                    

Informações Básicas da Extensão

Nome Taboola-Hubspot Integration Taboola-Hubspot Integration
ID bhlmogoljimkgdgkiaoffhonelihdobh
URL Oficial https://chromewebstore.google.com/detail/taboola-hubspot-integrati/bhlmogoljimkgdgkiaoffhonelihdobh
Descrição Launch Taboola campaigns straight from the Hubspot dashboard
Tamanho do Arquivo 907 KB
Contagem de Instalações 195
Versão Atual 1.1.0.0
Última Atualização 2019-08-12
Data de Publicação 2019-08-12
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://go.taboola.com/taboola-hubspot/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Taboola-Hubspot Integration",
    "description": "Launch Taboola campaigns straight from the Hubspot dashboard",
    "version": "1.1.0.0",
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Taboola",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/icon_white.svg",
        "images\/question.svg",
        "images\/desktop.svg",
        "images\/mobile.svg",
        "images\/tablet.svg",
        "images\/success.svg",
        "images\/error.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.hubspot.com\/website\/*",
                "*:\/\/app.hubspot.com\/content-detail\/*"
            ],
            "css": [
                "hubspot.css"
            ],
            "js": [
                "hubspot.js"
            ]
        },
        {
            "matches": [
                "*:\/\/hubspot-integration-12.appspot.com\/success*"
            ],
            "css": [
                "success.css"
            ],
            "js": [
                "success.js"
            ]
        }
    ]
}