Taboola-Hubspot Integration
Launch Taboola campaigns straight from the Hubspot dashboard
¿Qué es Taboola-Hubspot Integration?
Taboola-Hubspot Integration es una extensión de Chrome desarrollada por Unknown, y su función principal es "Launch Taboola campaigns straight from the Hubspot dashboard".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Taboola-Hubspot Integration
Descarga archivos de extensión Taboola-Hubspot Integration 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
                        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                     Información Básica de la Extensión
| Nombre |   |  
| ID | bhlmogoljimkgdgkiaoffhonelihdobh | 
| URL Oficial | https://chromewebstore.google.com/detail/taboola-hubspot-integrati/bhlmogoljimkgdgkiaoffhonelihdobh | 
| Descripción | Launch Taboola campaigns straight from the Hubspot dashboard | 
| Tamaño del Archivo | 907 KB | 
| Cantidad de Instalaciones | 195 | 
| Versión Actual | 1.1.0.0 | 
| Última Actualización | 2019-08-12 | 
| Fecha de Publicación | 2019-08-12 | 
| Desarrollador | Unknown | 
| Tipo de Pago | free | 
| Sitio Web de la Extensión | https://go.taboola.com/taboola-hubspot/ | 
| Idiomas Soportados | 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"
            ]
        }
    ]
}  |  |