Leadsmagnet

Save 2 hours a day in finding Email & Phone numbers!

Leadsmagnetคืออะไร?

Leadsmagnet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leadsmagnet.biz และคุณลักษณะหลักของมันคือ "Save 2 hours a day in finding Email & Phone numbers!"

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

screenshot
screenshot
screenshot

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

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

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

                        ABOUT LEADS MAGNET 

Leads Magnet enables businesses to focus more on building relationships with their B2B prospects. Enhance your prospecting experience with an easy to use tool which lets you capture business profiles in real-time with verified email addresses and phone numbers.
 
Reduce your manual data entry work, build your customer database of decision-makers with the job title, location, and company emails with phone numbers, address, etc in just a few clicks with our extension.

Sales representatives & recruiters are looking for simple user- friendly tools to engage better with their customers on a day to day basis, that’s where you can try out leads magnet.

WHO IS IT FOR?
- Sales professionals, account managers, lead generation teams and marketers
- Recruiters, headhunters, human resource professionals.

How to get started?
* Create a free account at https://leadsmagnet.biz/sign-in
* Add the free leads magnet extension to your browser.
* Visit any profile on LinkedIn & click on contact info. 
* Click on the Leads Magnet icon from the address bar.
* Get the contact and company information of your prospect.
*Export to your CRM or download as a .csv to add it to your campaign list.

Our customers range from small and medium businesses to enterprises.

Website: https://leadsmagnet.biz/
Facebook: https://www.facebook.com/LeadsMagnet-111733800615474
LinkedIn: https://www.linkedin.com/company/getleadsmagnet

Our extension is available for the Chrome browser.                    

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

ชื่อ Leadsmagnet Leadsmagnet
ID klaikmfbeaklnkpnnomlemoglajdbilm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leadsmagnet/klaikmfbeaklnkpnnomlemoglajdbilm
คำอธิบาย Save 2 hours a day in finding Email & Phone numbers!
ขนาดไฟล์ 2.37 MB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.10
อัปเดตครั้งล่าสุด 2020-08-31
วันที่เผยแพร่ 2020-07-09
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://leadsmagnet.biz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://leadsmagnet.biz
URL หน้าช่วยเหลือ https://leadsmagnet.biz/faq
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Leadsmagnet",
    "description": "Save 2 hours a day in finding Email & Phone numbers!",
    "version": "1.10",
    "manifest_version": 2,
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Leadsmagnet"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/in\/*",
                "*:\/\/*.linkedin.com\/in\/*\/detail\/contact-info\/"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/www.linkedin.com\/*",
        "activetab",
        "webNavigation"
    ]
}