Intro: Sales Research For Meetings
A free calendar add-on that shows you sales research in your GCal.
Apa itu Intro: Sales Research For Meetings?
Intro: Sales Research For Meetings adalah ekstensi Chrome yang dikembangkan oleh Intro, dan fitur utamanya adalah "A free calendar add-on that shows you sales research in your GCal.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Intro: Sales Research For Meetings
Unduh file ekstensi Intro: Sales Research For Meetings dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
🚀 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.
Informasi Dasar Ekstensi
Nama | Intro: Sales Research For Meetings |
ID | jagmaonhlbiepdpbbncooekfihkcffca |
URL Resmi | https://chromewebstore.google.com/detail/intro-sales-research-for/jagmaonhlbiepdpbbncooekfihkcffca |
Deskripsi | A free calendar add-on that shows you sales research in your GCal. |
Ukuran File | 103 KB |
Jumlah Instalasi | 155 |
Versi Saat Ini | 1.0.11 |
Terakhir Diperbarui | 2021-12-20 |
Tanggal Publikasi | 2021-10-29 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Intro |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.intro.so/ |
URL Halaman Bantuan | https://www.intro.so/help |
URL Halaman Kebijakan Privasi | https://www.intro.so/privacy-policy |
Bahasa yang Didukung | 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" } ] } |