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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🚀 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
공식 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"
        }
    ]
}