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文件
下載HubSpot Social擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/*" ] } |