People Finder

Prospecting tool to find leads, get emails, phone numbers and other contact data.

People Finderคืออะไร?

People Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://peoplefinder.ai และคุณลักษณะหลักของมันคือ "Prospecting tool to find leads, get emails, phone numbers and other contact data."

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

screenshot
screenshot

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

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

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

                        People finder is a prospecting tool to find sales leads and search people into a huge Data Base of millions of business professionals. It can help find customer's contact information and complete profile based on your search keywords.

> Free Users can search an view the results and can search up to 100 leads per month.

> Premium Users can save their leads and export them as csv/xls. This extension is a must have for HR recruiters, marketing and Sales Teams.

Simply search with any keyword like name, location, company or job title and People Finder matches the results from your search. People Finder will pull the name, job title, company data, location, profile-URL, websites and email address of your prospects. 

This helps you easily search potential clients and streamline your prospecting process. You are one click away from capturing qualified sales leads with our software solution.

## IMPORTANT NOTES: 
- The search engine within the extension works instantly.
- Premium users can save their leads in the cloud.                    

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

ชื่อ People Finder People Finder
ID dncilinodjpgloajbdolfcjjlhokbdan
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/people-finder/dncilinodjpgloajbdolfcjjlhokbdan
คำอธิบาย Prospecting tool to find leads, get emails, phone numbers and other contact data.
ขนาดไฟล์ 1.21 MB
จำนวนการติดตั้ง 12,608
เวอร์ชันปัจจุบัน 0.2.62
อัปเดตครั้งล่าสุด 2020-10-26
วันที่เผยแพร่ 2020-02-10
คะแนน 3.44/5 รวมทั้งหมด 62 คะแนน
ผู้พัฒนา https://peoplefinder.ai
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.peoplefinder.ai/
URL หน้าช่วยเหลือ https://www.peoplefinder.ai/contact-us.php
URL หน้านโยบายความเป็นส่วนตัว https://www.peoplefinder.ai/privacy-policy.php
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery.min.js",
            "js\/common.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icons\/logo48.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_ext_default_title__"
    },
    "content_scripts": [
        {
            "css": [
                "css\/contactpopup.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/common.js",
                "js\/linkedin.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ]
        },
        {
            "js": [
                "js\/jquery.min.js",
                "js\/common.js",
                "js\/redirect.js"
            ],
            "matches": [
                "*:\/\/*.chrome.peoplefinder.ai\/extension\/opennetwork\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_ext_desc__",
    "icons": {
        "128": "img\/icons\/logo128.png",
        "16": "img\/icons\/logo16.png",
        "48": "img\/icons\/logo48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlA3Td4oXMcDMlA1L8WC\/ylwzBkVgLyXV1EXbgRBdluvZlP9ieSnyHoQ0s9r0HS4PFtpMpiV6R49wg7VmZ3QVuSfYbli1nujmkv\/b+3L0RHFPVB2s2el\/1s3sadIyKdpgq2aHxj76vTIPZ4Gy6wKE3PJ+wh9jkRvmPEP4VEdEoO3YgE8WcjuwSdvgL0CCjBR60CgR2DTT1kXV1Sl\/pe3UjHgYldzjlQVrPdAywK5rKnerh8MGMDQtv7A34neZQr9dhx2vJYDw7yy6vkwM\/EfgGANLDw3n7m1+xrmXBpSygzHpDn8pCC72o8GTWcJrhUCA3Z5DqWuGBJFtPR9MmIW8VwIDAQAB",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "permissions": [
        "cookies",
        "alarms",
        "storage",
        "clipboardWrite",
        "activeTab",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.62",
    "web_accessible_resources": [
        "img\/*.svg",
        "img\/*.png"
    ]
}