HubSpot Social
Share and publish to HubSpot from anywhere on the web.
HubSpot Social란 무엇입니까?
HubSpot Social은(는) https://hubspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share and publish to HubSpot from anywhere on the web."입니다.
확장 프로그램 스크린샷
HubSpot Social 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
CREATE SOCIAL CONTENT FROM WHEREVER YOU ARE Draft and schedule posts to share the webpage you are currently visiting to Twitter, Facebook, LinkedIn, Instagram, and more by clicking on the extension icon in Chrome. Right-click text on any page and choose "Share Text via HubSpot" to publish that snippet to your social channels. SEAMLESS INTEGRATION WITH YOUR HUBSPOT ACCOUNT See all of your content that you post or schedule with our Chrome extension from right within your HubSpot account. Posts scheduled or drafted in the extension can be edited in the Publishing section and the Calendar just like posts created from within the HubSpot app. When published, they will track clicks and show performance in the Reports section. PERMISSIONS WE ASK FOR In order for this extension to work we make requests to HubSpot APIs on your behalf. This will trigger a warning upon installation to Read and Change your data on all HubSpot.com sites. PRIVACY POLICY HubSpot Social uses the HubSpot Privacy Policy. Read more here: https://legal.hubspot.com/product-privacy-policy
확장 프로그램 기본 정보
이름 | HubSpot Social |
ID | edkibgpollgbhnjalcdlpmbjmdgohjko |
공식 URL | https://chromewebstore.google.com/detail/hubspot-social/edkibgpollgbhnjalcdlpmbjmdgohjko |
설명 | Share and publish to HubSpot from anywhere on the web. |
파일 크기 | 1.84 MB |
설치 횟수 | 31,231 |
현재 버전 | 1.2.1 |
최근 업데이트 | 2021-08-24 |
출시 날짜 | 2020-03-02 |
평점 | 3.53/5 총 38 개의 평점 |
개발자 | https://hubspot.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.hubspot.com/products/social-inbox |
도움말 페이지 URL | https://help.hubspot.com |
개인정보 보호 정책 페이지 URL | https://legal.hubspot.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HubSpot Social", "short_name": "HS Social", "version": "1.2.1", "manifest_version": 2, "description": "Share and publish to HubSpot from anywhere on the web.", "icons": { "16": "img\/hubspot-logo-16.png", "48": "img\/hubspot-logo-48.png", "128": "img\/logo-128-webstore.png" }, "browser_action": { "default_icon": "img\/hubspot-logo-16.png" }, "background": { "scripts": [ "js\/init\/background.js" ], "persistent": false }, "incognito": "split", "content_security_policy": "script-src 'self' https:\/\/bam.nr-data.net https:\/\/js-agent.newrelic.com https:\/\/*.hsappstatic.net https:\/\/*.hubspot.com https:\/\/ssl.google-analytics.com; frame-src 'self' https:\/\/*.hsappstatic.net https:\/\/*.hubspot.com; object-src 'self';", "permissions": [ "contextMenus", "storage", "activeTab", "https:\/\/*.hubspot.com\/" ], "web_accessible_resources": [ "manifest.json", "html\/iframe-wrapper.html", "js\/*", "js\/*.js.map", "css\/*", "img\/*" ] } |