Intro: Sales Research For Meetings
A free calendar add-on that shows you sales research in your GCal.
Co je Intro: Sales Research For Meetings?
Intro: Sales Research For Meetings je rozšíření Chrome vyvinuté Intro, a jeho hlavní funkcí je „A free calendar add-on that shows you sales research in your GCal.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Intro: Sales Research For Meetings
Stáhněte si soubory rozšíření Intro: Sales Research For Meetings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
🚀 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. Základní Informace o Rozšíření
| Název | |
| ID | jagmaonhlbiepdpbbncooekfihkcffca |
| Oficiální URL | https://chromewebstore.google.com/detail/intro-sales-research-for/jagmaonhlbiepdpbbncooekfihkcffca |
| Popis | A free calendar add-on that shows you sales research in your GCal. |
| Velikost souboru | 103 KB |
| Počet instalací | 155 |
| Aktuální Verze | 1.0.11 |
| Poslední Aktualizace | 2021-12-20 |
| Datum Vydání | 2021-10-29 |
| Hodnocení | 3.67/5 Celkem 3 Hodnocení |
| Vývojář | Intro |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://www.intro.so/ |
| URL Stránky Nápovědy | https://www.intro.so/help |
| URL Stránky Zásad Ochrany Soukromí | https://www.intro.so/privacy-policy |
| Podporované Jazyky | 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"
}
]
} | |