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คืออะไร?

Lead411 Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lead411.com และคุณลักษณะหลักของมันคือ "Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lead411 Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย Lead411 Chrome Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lead411 Chrome Extension Lead411 Chrome Extension
ID hjkhpfdoiikleoogpcjmbgajeeknfbed
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lead411-chrome-extension/hjkhpfdoiikleoogpcjmbgajeeknfbed
คำอธิบาย Lead411's Chrome Extension is built to extract Emails and phone numbers from the Lead411 dataset while you are on Linkedin and…
ขนาดไฟล์ 2.18 MB
จำนวนการติดตั้ง 2,949
เวอร์ชันปัจจุบัน 13.1.0
อัปเดตครั้งล่าสุด 2023-12-08
วันที่เผยแพร่ 2020-03-26
คะแนน 4.17/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา https://lead411.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.lead411.com/chrome-extension/
URL หน้าช่วยเหลือ https://www.lead411.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.lead411.com/policy
ภาษาที่รองรับ 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"
            ]
        }
    ]
}