Highspot for Chrome

Pitch content from Highspot directly within popular social media channels as well as sales automation platforms.

Highspot for Chrome란 무엇입니까?

Highspot for Chrome은(는) Highspot, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pitch content from Highspot directly within popular social media channels as well as sales automation platforms."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Highspot for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Highspot for Chrome - We Work Where You Work

Modern buyers don't tolerate unprepared sales reps. Highspot for Chrome lets you easily find, add, and pitch content to buyers and track buyer engagement.

Key features:
- Supports social selling via Twitter and LinkedIn
- Integrates with SalesLoft
- Quickly find and share your best sales content directly within Chrome
- Receive notifications when content is viewed
- Track important metrics such as content engagement time                    

확장 프로그램 기본 정보

이름 Highspot for Chrome Highspot for Chrome
ID denfchfjdgfekgapbjmpmkgaiapfjbep
공식 URL https://chromewebstore.google.com/detail/highspot-for-chrome/denfchfjdgfekgapbjmpmkgaiapfjbep
설명 Pitch content from Highspot directly within popular social media channels as well as sales automation platforms.
파일 크기 382 KB
설치 횟수 25,389
현재 버전 2.0.0.15
최근 업데이트 2022-08-11
출시 날짜 2020-03-19
평점 4.45/5 총 11 개의 평점
개발자 Highspot, Inc.
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.highspot.com
개인정보 보호 정책 페이지 URL https://www.highspot.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highspot for Chrome",
    "short_name": "__MSG_extensionShortName__",
    "description": "Pitch content from Highspot directly within popular social media channels as well as sales automation platforms.",
    "version": "2.0.0.15",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/highspot\/top"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/main.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.salesloft.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "run_at": "document_end",
            "match_about_blank": true,
            "exclude_globs": [
                "*linkedin.com\/sales\/widget*"
            ]
        },
        {
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.salesloft.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "js\/worker.js"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "match_about_blank": true,
            "exclude_globs": [
                "*linkedin.com\/sales\/widget*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "Highspot for Chrome"
    },
    "devtools_page": "html\/devtools\/devtools.html",
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.gif",
        "js\/*.js",
        "html\/*.html",
        "js\/*.json",
        "css\/*.css"
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "https:\/\/*.highspot.com\/*"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.highspot.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "default_locale": "en",
    "incognito": "split",
    "options_ui": {
        "page": "html\/options\/options.html",
        "chrome_style": true
    },
    "minimum_chrome_version": "78.0",
    "manifest_version": 2
}