Intro: Sales Research For Meetings

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

O que é Intro: Sales Research For Meetings?

Intro: Sales Research For Meetings é uma extensão do Chrome desenvolvida por Intro, e sua principal característica é "A free calendar add-on that shows you sales research in your GCal.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Intro: Sales Research For Meetings

Baixe arquivos de extensão Intro: Sales Research For Meetings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        🚀 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.                    

Informações Básicas da Extensão

Nome Intro: Sales Research For Meetings Intro: Sales Research For Meetings
ID jagmaonhlbiepdpbbncooekfihkcffca
URL Oficial https://chromewebstore.google.com/detail/intro-sales-research-for/jagmaonhlbiepdpbbncooekfihkcffca
Descrição A free calendar add-on that shows you sales research in your GCal.
Tamanho do Arquivo 103 KB
Contagem de Instalações 155
Versão Atual 1.0.11
Última Atualização 2021-12-20
Data de Publicação 2021-10-29
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Intro
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.intro.so/
URL da Página de Ajuda https://www.intro.so/help
URL da Página de Política de Privacidade https://www.intro.so/privacy-policy
Idiomas Suportados 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"
        }
    ]
}