Lead411 Chrome Extension

Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and…

Lead411 Chrome Extension là gì?

Lead411 Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi https://lead411.com, và tính năng chính của nó là "Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and…".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lead411 Chrome Extension

Tải xuống các tệp mở rộng Lead411 Chrome Extension 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

                        Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and other websites. 
It gives you access to more contact details, Bombora Intent Scores, news events while browsing social profiles and company websites.  Use it as an email finder or phone number extractor and then quickly export to your favorite CRM and sales tools. Enrich Free integrations include Salesforce, Hubspot, Salesloft, Outreach, Pipedrive, etc.  

Note*
A Lead411 subscription is needed for full functionality.                    

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

Tên Lead411 Chrome Extension Lead411 Chrome Extension
ID hjkhpfdoiikleoogpcjmbgajeeknfbed
URL Chính Thức https://chromewebstore.google.com/detail/lead411-chrome-extension/hjkhpfdoiikleoogpcjmbgajeeknfbed
Mô tả Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and…
Kích Thước Tệp 2.18 MB
Số Lần Cài Đặt 2,949
Phiên Bản Hiện Tại 13.1.0
Cập Nhật Lần Cuối 2023-12-08
Ngày Phát Hành 2020-03-26
Đánh Giá 4.17/5 Tổng số 42 Đánh Giá
Nhà Phát Triển https://lead411.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.lead411.com/chrome-extension/
URL Trang Trợ Giúp https://www.lead411.com/support/
URL Trang Chính Sách Bảo Mật https://www.lead411.com/policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "L411 Chrome Ext",
    "name": "Lead411 Chrome Extension",
    "version_name": "13.1.0",
    "version": "13.1.0",
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/icon.png",
        "default_title": "L411 Chrome Ext",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "service_worker": "app_new\/background.min.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "innerInterceptor.js",
                "images\/*",
                "images\/chrome_ext\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.salesforce.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.mycompas.com\/*",
                "https:\/\/*.oraclecloud.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/cloud.oracle.com\/*",
                "https:\/\/*.outreach.io\/*",
                "https:\/\/calendly.com\/*",
                "https:\/\/*.act.com\/*",
                "https:\/\/*.pivotaltracker.com\/*",
                "https:\/\/*.stripe.com\/*",
                "https:\/\/*.lead411.com\/*",
                "https:\/\/*.recruitcrm.io\/*"
            ],
            "js": [
                "addIntercepterContentScriptPoint.js"
            ]
        },
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/*",
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.lightning.force.com\/*",
                "https:\/\/*.salesforce.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/*.google.com\/*",
                "https:\/\/*.mycompas.com\/*",
                "https:\/\/*.oraclecloud.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/cloud.oracle.com\/*",
                "https:\/\/*.outreach.io\/*",
                "https:\/\/calendly.com\/*",
                "https:\/\/*.act.com\/*",
                "https:\/\/*.pivotaltracker.com\/*",
                "https:\/\/*.stripe.com\/*",
                "https:\/\/*.lead411.com\/*",
                "https:\/\/*.recruitcrm.io\/*"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "js": [
                "static\/js\/app.js",
                "static\/js\/content.js"
            ]
        }
    ]
}