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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Highspot, Inc., και η κύρια λειτουργία του είναι "Pitch content from Highspot directly within popular social media channels as well as sales automation platforms.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Highspot for Chrome
Λήψη αρχείων επέκτασης Highspot for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 |
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 } |