Taboola-Hubspot Integration

Launch Taboola campaigns straight from the Hubspot dashboard

Taboola-Hubspot Integration là gì?

Taboola-Hubspot Integration là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Launch Taboola campaigns straight from the Hubspot dashboard".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Taboola-Hubspot Integration

Tải xuống các tệp mở rộng Taboola-Hubspot Integration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Taboola-Hubspot Integration Taboola-Hubspot Integration
ID bhlmogoljimkgdgkiaoffhonelihdobh
URL Chính Thức https://chromewebstore.google.com/detail/taboola-hubspot-integrati/bhlmogoljimkgdgkiaoffhonelihdobh
Mô tả Launch Taboola campaigns straight from the Hubspot dashboard
Kích Thước Tệp 907 KB
Số Lần Cài Đặt 195
Phiên Bản Hiện Tại 1.1.0.0
Cập Nhật Lần Cuối 2019-08-12
Ngày Phát Hành 2019-08-12
Nhà Phát Triển Unknown
Loại Thanh Toán free
Trang Web Mở Rộng https://go.taboola.com/taboola-hubspot/
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}