Taboola-Hubspot Integration
Launch Taboola campaigns straight from the Hubspot dashboard
Apa itu Taboola-Hubspot Integration?
Taboola-Hubspot Integration adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Launch Taboola campaigns straight from the Hubspot dashboard".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Taboola-Hubspot Integration
Unduh file ekstensi Taboola-Hubspot Integration dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Taboola-Hubspot Integration |
ID | bhlmogoljimkgdgkiaoffhonelihdobh |
URL Resmi | https://chromewebstore.google.com/detail/taboola-hubspot-integrati/bhlmogoljimkgdgkiaoffhonelihdobh |
Deskripsi | Launch Taboola campaigns straight from the Hubspot dashboard |
Ukuran File | 907 KB |
Jumlah Instalasi | 195 |
Versi Saat Ini | 1.1.0.0 |
Terakhir Diperbarui | 2019-08-12 |
Tanggal Publikasi | 2019-08-12 |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://go.taboola.com/taboola-hubspot/ |
Bahasa yang Didukung | 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" ] } ] } |