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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Intro: Sales Research For Meetings Intro: Sales Research For Meetings
ID jagmaonhlbiepdpbbncooekfihkcffca
官方網址 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"
        }
    ]
}