Taboola-Hubspot Integration

Launch Taboola campaigns straight from the Hubspot dashboard

Qu'est-ce que Taboola-Hubspot Integration ?

Taboola-Hubspot Integration est une extension Chrome développée par Unknown, et sa fonction principale est "Launch Taboola campaigns straight from the Hubspot dashboard".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Taboola-Hubspot Integration

Téléchargez les fichiers d'extension Taboola-Hubspot Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Taboola-Hubspot Integration Taboola-Hubspot Integration
ID bhlmogoljimkgdgkiaoffhonelihdobh
URL Officiel https://chromewebstore.google.com/detail/taboola-hubspot-integrati/bhlmogoljimkgdgkiaoffhonelihdobh
Description Launch Taboola campaigns straight from the Hubspot dashboard
Taille du Fichier 907 KB
Nombre d'Installations 195
Version Actuelle 1.1.0.0
Dernière Mise à Jour 2019-08-12
Date de Publication 2019-08-12
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://go.taboola.com/taboola-hubspot/
Langues Prises en Charge 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"
            ]
        }
    ]
}