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 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |