Taboola-Hubspot Integration

Launch Taboola campaigns straight from the Hubspot dashboard

Was ist Taboola-Hubspot Integration?

Taboola-Hubspot Integration ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Launch Taboola campaigns straight from the Hubspot dashboard".

Erweiterungsscreenshots

screenshot

Taboola-Hubspot Integration-Erweiterungs-CRX-Datei herunterladen

Laden Sie Taboola-Hubspot Integration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Taboola-Hubspot Integration Taboola-Hubspot Integration
ID bhlmogoljimkgdgkiaoffhonelihdobh
Offizielle URL https://chromewebstore.google.com/detail/taboola-hubspot-integrati/bhlmogoljimkgdgkiaoffhonelihdobh
Beschreibung Launch Taboola campaigns straight from the Hubspot dashboard
Dateigröße 907 KB
Installationsanzahl 195
Aktuelle Version 1.1.0.0
Letztes Update 2019-08-12
Veröffentlichungsdatum 2019-08-12
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://go.taboola.com/taboola-hubspot/
Unterstützte Sprachen 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"
            ]
        }
    ]
}