Apollo.io: Find B2B Contact Info for Free

Apollo enables users to find contact info, connect with buyers, track emails, and more for free.

Apollo.io: Find B2B Contact Info for Freeとは何ですか?

Apollo.io: Find B2B Contact Info for Freeはhttps://apollo.ioによって開発されたChromeの拡張機能で、その主な機能は「Apollo enables users to find contact info, connect with buyers, track emails, and more for free.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Apollo.io: Find B2B Contact Info for Free拡張機能のCRXファイルをダウンロード

Apollo.io: Find B2B Contact Info for Free拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        📣 Find buyers, connect faster, and grow your business. 

Use Apollo’s Chrome Extension to access verified contact data, engage instantly, and uncover deeper insights into the tools you use every day, including LinkedIn, Gmail, Google Calendar, Salesforce, HubSpot, and any company website.

🔥 HOW DOES IT WORK?

🔎  LinkedIn Prospector and Automation - Prospect faster with Apollo’s verified contact data, insights, and automation directly on LinkedIn. Use the extension to automatically send LinkedIn connection requests and messages in bulk, add people to lists and sequences, click to call, and view contact and account insights without leaving LinkedIn.

🕵  Apollo Everywhere - Apollo’s extension layers over your prospect’s webpage to help you search for contacts, access contact data, and uncover key information without switching websites.

📅 Google Calendar Integration - Access Apollo data in your Google Calendar for your daily meetings and log meeting notes without having to jump from site to site before your calls.

📩  Gmail Integration - Utilize Apollo’s extension in Gmail to place contacts in automated follow-up sequences, add commonly used text, links, or paragraphs instantly, apply templates to emails, configure open and click tracking on your emails, and get reminders to follow up with recipients that haven’t responded.

💸 Salesforce/HubSpot Integration - View any contact or account in Salesforce/HubSpot and use the Apollo extension to view their full Apollo profile automatically. Add contacts directly to Apollo sequences, create and/or log new tasks, and assign and/or complete calls.

🆓 FREE TO START!

Unlock value at the get-go with Apollo’s free pricing tier that provides you access to our Chrome Extension, engagement features, and 50 email credits per month.

💥 WHY APOLLO?

Apollo provides access to the world’s largest, most accurate, and most in-depth B2B Database, along with tools to automate your entire workflow in one single platform. Use Apollo to find top prospects, contact decision makers, increase pipeline, and grow revenue.

Access information on 220M contacts, launch personalized email sequences, and build automations across your pipeline from end-to-end. Apollo is simple to set up, free to try, and performs right out-of-the-box.

For more info:
Email: [email protected]
Website: https://www.apollo.io
Privacy Policy: https://www.apollo.io/privacy/                    

拡張機能の基本情報

名前 Apollo.io: Find B2B Contact Info for Free Apollo.io: Find B2B Contact Info for Free
ID alhgpfoeiimagjlnfekdhkjlkiomcapa
公式URL https://chromewebstore.google.com/detail/apolloio-find-b2b-contact/alhgpfoeiimagjlnfekdhkjlkiomcapa
説明 Apollo enables users to find contact info, connect with buyers, track emails, and more for free.
ファイルサイズ 27.34 MB
インストール数 549,562
現在のバージョン 7.4.3
最終更新日 2024-02-05
公開日 2020-07-02
評価 4.51/5 合計 377 レビュー
開発者 https://apollo.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.apollo.io/
ヘルプページのURL https://knowledge.apollo.io/hc/en-us/articles/4409226637453-Apollo-Chrome-Extension-Overview
プライバシーポリシーページのURL https://www.apollo.io/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.4.3",
    "name": "Apollo.io: Find B2B Contact Info for Free",
    "manifest_version": 3,
    "description": "Apollo enables users to find contact info, connect with buyers, track emails, and more for free.",
    "action": {
        "default_title": "Apollo",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "scripting",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "loading.html",
                "panel.html",
                "window.html",
                "img\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.apollo.io\/*",
            "https:\/\/beta.apollo.io\/*",
            "https:\/\/app.apollo.io\/*"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/o101058.ingest.sentry.io https:\/\/app.apollo.io https:\/\/api.amplitude.com https:\/\/track.customer.io https:\/\/insights-collector.newrelic.com http:\/\/whatis.customeriomail.com\/;"
    }
}