Highspot for Chrome

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

Was ist Highspot for Chrome?

Highspot for Chrome ist eine Chrome-Erweiterung, die von Highspot, Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Pitch content from Highspot directly within popular social media channels as well as sales automation platforms.".

Erweiterungsscreenshots

screenshot
screenshot

Highspot for Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie Highspot for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Highspot for Chrome Highspot for Chrome
ID denfchfjdgfekgapbjmpmkgaiapfjbep
Offizielle URL https://chromewebstore.google.com/detail/highspot-for-chrome/denfchfjdgfekgapbjmpmkgaiapfjbep
Beschreibung Pitch content from Highspot directly within popular social media channels as well as sales automation platforms.
Dateigröße 382 KB
Installationsanzahl 25,389
Aktuelle Version 2.0.0.15
Letztes Update 2022-08-11
Veröffentlichungsdatum 2020-03-19
Bewertung 4.45/5 Insgesamt 11 Bewertungen
Entwickler Highspot, Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.highspot.com
URL der Datenschutzrichtlinien-Seite https://www.highspot.com/privacy
Unterstützte Sprachen 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
}