Intro: Sales Research For Meetings

A free calendar add-on that shows you sales research in your GCal.

Intro: Sales Research For Meetings là gì?

Intro: Sales Research For Meetings là một tiện ích mở rộng Chrome được phát triển bởi Intro, và tính năng chính của nó là "A free calendar add-on that shows you sales research in your GCal.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Intro: Sales Research For Meetings

Tải xuống các tệp mở rộng Intro: Sales Research For Meetings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        🚀 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Intro: Sales Research For Meetings Intro: Sales Research For Meetings
ID jagmaonhlbiepdpbbncooekfihkcffca
URL Chính Thức https://chromewebstore.google.com/detail/intro-sales-research-for/jagmaonhlbiepdpbbncooekfihkcffca
Mô tả A free calendar add-on that shows you sales research in your GCal.
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 155
Phiên Bản Hiện Tại 1.0.11
Cập Nhật Lần Cuối 2021-12-20
Ngày Phát Hành 2021-10-29
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Intro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.intro.so/
URL Trang Trợ Giúp https://www.intro.so/help
URL Trang Chính Sách Bảo Mật https://www.intro.so/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}