HubSpot Social

Share and publish to HubSpot from anywhere on the web.

HubSpot Social là gì?

HubSpot Social là một tiện ích mở rộng Chrome được phát triển bởi https://hubspot.com, và tính năng chính của nó là "Share and publish to HubSpot from anywhere on the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HubSpot Social

Tải xuống các tệp mở rộng HubSpot Social dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên HubSpot Social HubSpot Social
ID edkibgpollgbhnjalcdlpmbjmdgohjko
URL Chính Thức https://chromewebstore.google.com/detail/hubspot-social/edkibgpollgbhnjalcdlpmbjmdgohjko
Mô tả Share and publish to HubSpot from anywhere on the web.
Kích Thước Tệp 1.84 MB
Số Lần Cài Đặt 31,231
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2021-08-24
Ngày Phát Hành 2020-03-02
Đánh Giá 3.53/5 Tổng số 38 Đánh Giá
Nhà Phát Triển https://hubspot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.hubspot.com/products/social-inbox
URL Trang Trợ Giúp https://help.hubspot.com
URL Trang Chính Sách Bảo Mật https://legal.hubspot.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}