Intro: Sales Research For Meetings
A free calendar add-on that shows you sales research in your GCal.
Cos'è Intro: Sales Research For Meetings?
Intro: Sales Research For Meetings è un'estensione di Chrome sviluppata da Intro, e la sua funzione principale è "A free calendar add-on that shows you sales research in your GCal.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Intro: Sales Research For Meetings
Scarica i file di estensione Intro: Sales Research For Meetings in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
🚀 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. Informazioni di Base sull'Estensione
| Nome | |
| ID | jagmaonhlbiepdpbbncooekfihkcffca |
| URL Ufficiale | https://chromewebstore.google.com/detail/intro-sales-research-for/jagmaonhlbiepdpbbncooekfihkcffca |
| Descrizione | A free calendar add-on that shows you sales research in your GCal. |
| Dimensione del File | 103 KB |
| Conteggio Installazioni | 155 |
| Versione Corrente | 1.0.11 |
| Ultimo Aggiornamento | 2021-12-20 |
| Data di Pubblicazione | 2021-10-29 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | Intro |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.intro.so/ |
| URL della Pagina di Aiuto | https://www.intro.so/help |
| URL della Pagina della Politica sulla Privacy | https://www.intro.so/privacy-policy |
| Lingue Supportate | 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"
}
]
} | |