Intro: Sales Research For Meetings

A free calendar add-on that shows you sales research in your GCal.

What is Intro: Sales Research For Meetings?

Intro: Sales Research For Meetings is a Chrome extension developed by Intro, and its main feature is "A free calendar add-on that shows you sales research in your GCal.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Intro: Sales Research For Meetings Extension CRX File

Download Intro: Sales Research For Meetings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        🚀 Intro shows you sales lead research on prospects you're meeting with directly on your Google Calendar.

💼 Account Executives, Sales Leaders and Founder save 35 mins per day on research using Intro.

➡️ Intro Sales Research delivers world-class research including: 
     🏢:Company name
     👤: Job title
     🏡: Location
     💙: Personal Linkedin
     📎: Company Website + Linkedin + Twitter
     👥: Employee size
     💲: Total funding
     📈: Recent funding round
     🏢: Industry
     🎲: Founding year
     🔎: Keywords + Description
     📍: Company location
🔥🔥🔥And many more!

📅 Google gives your Calendar. We give you sales lead research. Get unlimited calendar invite enrichment with rich prospect insights. Cut down 90% time spent on sales lead research before a meeting.                    

Extension Basic Information

Name Intro: Sales Research For Meetings Intro: Sales Research For Meetings
ID jagmaonhlbiepdpbbncooekfihkcffca
Official URL https://chromewebstore.google.com/detail/intro-sales-research-for/jagmaonhlbiepdpbbncooekfihkcffca
Description A free calendar add-on that shows you sales research in your GCal.
File Size 103 KB
Installation Count 155
Current Version 1.0.11
Last Updated 2021-12-20
Publish Date 2021-10-29
Rating 3.67/5 Total 3 Ratings
Developer Intro
Email [email protected]
Payment Type free
Extension Website https://www.intro.so/
Help Page URL https://www.intro.so/help
Privacy Policy Page URL https://www.intro.so/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Intro: Sales Research For Meetings",
    "description": "A free calendar add-on that shows you sales research in your GCal.",
    "version": "1.0.11",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ]
}