Taboola-Hubspot Integration

Launch Taboola campaigns straight from the Hubspot dashboard

什麼是Taboola-Hubspot Integration?

Taboola-Hubspot Integration是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Launch Taboola campaigns straight from the Hubspot dashboard”。

擴展截圖

screenshot

下載Taboola-Hubspot Integration擴展crx文件

下載Taboola-Hubspot Integration擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Taboola-Hubspot Integration Taboola-Hubspot Integration
ID bhlmogoljimkgdgkiaoffhonelihdobh
官方網址 https://chromewebstore.google.com/detail/taboola-hubspot-integrati/bhlmogoljimkgdgkiaoffhonelihdobh
簡介 Launch Taboola campaigns straight from the Hubspot dashboard
檔案大小 907 KB
安裝次數 195
目前版本 1.1.0.0
更新時間 2019-08-12
上架時間 2019-08-12
開發者 Unknown
付費類型 free
擴展官網 https://go.taboola.com/taboola-hubspot/
支援的語言 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"
            ]
        }
    ]
}