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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |