Highspot for Gmail

Highspot naturally fits into your day-to-day workflow by integrating directly with Gmail.

Highspot for Gmail란 무엇입니까?

Highspot for Gmail은(는) https://www.highspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highspot naturally fits into your day-to-day workflow by integrating directly with Gmail."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Highspot for Gmail - We Work Where You Work

Modern buyers don't tolerate unprepared sales reps. Nail your next sales call with Highspot, the industry's most complete sales enablement platform. Quickly find relevant conten, share pitches in real-time, and track buyer engagement.

Key features:
- Quickly find and share your best sales content, directly from your Gmail inbox
- Receive notifications when emails are opened and content is viewed
- Track important metrics such as content engagement time                    

확장 프로그램 기본 정보

이름 Highspot for Gmail Highspot for Gmail
ID lmidgenjjlmhobbdgooficpanecechol
공식 URL https://chromewebstore.google.com/detail/highspot-for-gmail/lmidgenjjlmhobbdgooficpanecechol
설명 Highspot naturally fits into your day-to-day workflow by integrating directly with Gmail.
파일 크기 1.05 MB
설치 횟수 25,040
현재 버전 1.5.3
최근 업데이트 2023-12-11
출시 날짜 2020-01-23
평점 4.85/5 총 13 개의 평점
개발자 https://www.highspot.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.highspot.com/
개인정보 보호 정책 페이지 URL https://www.highspot.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Highspot for Gmail",
    "short_name": "Highspot",
    "description": "Highspot naturally fits into your day-to-day workflow by integrating directly with Gmail.",
    "version": "1.5.3",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/inboxsdk.js",
                "js\/jquery-3.5.1.js",
                "js\/kefir-3.5.2.js",
                "js\/template.js",
                "js\/dynamicload.js",
                "js\/dompurify.js",
                "js\/Sanitize.js",
                "pageWorld.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "img\/toolbar_icon19.png",
            "38": "img\/toolbar_icon38.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Highspot for Gmail"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*.png",
                "img\/*.gif",
                "js\/*.js",
                "html\/*.html",
                "js\/*.json",
                "css\/*.css",
                "*.js"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.highspot.com\/*"
        ]
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "minimum_chrome_version": "93.0",
    "manifest_version": 3
}