Intro: Sales Research For Meetings
A free calendar add-on that shows you sales research in your GCal.
Co to jest Intro: Sales Research For Meetings?
Intro: Sales Research For Meetings to rozszerzenie Chrome opracowane przez Intro, a jego główną funkcją jest „A free calendar add-on that shows you sales research in your GCal.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Intro: Sales Research For Meetings
Pobierz pliki rozszerzeń Intro: Sales Research For Meetings w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
🚀 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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jagmaonhlbiepdpbbncooekfihkcffca |
| Oficjalny URL | https://chromewebstore.google.com/detail/intro-sales-research-for/jagmaonhlbiepdpbbncooekfihkcffca |
| Opis | A free calendar add-on that shows you sales research in your GCal. |
| Rozmiar pliku | 103 KB |
| Liczba instalacji | 155 |
| Aktualna Wersja | 1.0.11 |
| Ostatnia Aktualizacja | 2021-12-20 |
| Data Publikacji | 2021-10-29 |
| Ocena | 3.67/5 Łącznie 3 Oceny |
| Deweloper | Intro |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.intro.so/ |
| Adres URL Strony Pomocy | https://www.intro.so/help |
| Adres URL Strony Polityki Prywatności | https://www.intro.so/privacy-policy |
| Obsługiwane Języki | 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"
}
]
} | |