Intro: Sales Research For Meetings
A free calendar add-on that shows you sales research in your GCal.
Intro: Sales Research For Meetingsคืออะไร?
Intro: Sales Research For Meetings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Intro และคุณลักษณะหลักของมันคือ "A free calendar add-on that shows you sales research in your GCal."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Intro: Sales Research For Meetings
ดาวน์โหลดไฟล์ส่วนขยาย Intro: Sales Research For Meetings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🚀 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Intro: Sales Research For Meetings |
ID | jagmaonhlbiepdpbbncooekfihkcffca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/intro-sales-research-for/jagmaonhlbiepdpbbncooekfihkcffca |
คำอธิบาย | A free calendar add-on that shows you sales research in your GCal. |
ขนาดไฟล์ | 103 KB |
จำนวนการติดตั้ง | 155 |
เวอร์ชันปัจจุบัน | 1.0.11 |
อัปเดตครั้งล่าสุด | 2021-12-20 |
วันที่เผยแพร่ | 2021-10-29 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Intro |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.intro.so/ |
URL หน้าช่วยเหลือ | https://www.intro.so/help |
URL หน้านโยบายความเป็นส่วนตัว | https://www.intro.so/privacy-policy |
ภาษาที่รองรับ | 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" } ] } |