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”。
扩展截图
下载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 |
ID | bhlmogoljimkgdgkiaoffhonelihdobh |
官方URL | 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" ] } ] } |