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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highspot naturally fits into your day-to-day workflow by integrating directly with Gmail."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Highspot for Gmail एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}