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はIntroによって開発されたChromeの拡張機能で、その主な機能は「A free calendar add-on that shows you sales research in your GCal.」です。
拡張機能のスクリーンショット
Intro: Sales Research For Meetings拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
]
} | |