PipeGen.ai Contact Retriever

PipeGen helps the user to quickly retrieve prospects from LinkedIn.

PipeGen.ai Contact Retrieverคืออะไร?

PipeGen.ai Contact Retriever เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pipegen.ai และคุณลักษณะหลักของมันคือ "PipeGen helps the user to quickly retrieve prospects from LinkedIn."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PipeGen.ai Contact Retriever

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

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

                        Find prospects and build prospect lists using PipeGen.ai's chrome extension. 

PipeGen.ai’s contact retriever finds work emails, personal emails, cell phone numbers, office phone numbers, and physical addresses. 

We automate your outbound messages across email, phone, and handwritten cards. Build your sales pipeline ridiculously fast. 

The Details: 

Finding prospects can be the toughest part of sales. Once you find your prospect you then need to find all of their contact information and then clean and refine your list. 

NO MORE. 

Find all of your prospects and all of their contact information. Communicate with prospects at scale across email, phone, LinkedIn, and handwritten cards. 

Stop Spamming. Start connecting. Book more qualified meetings. 

Consolidate your sales tech stack and replace all of those other tools.                    

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

ชื่อ PipeGen.ai Contact Retriever PipeGen.ai Contact Retriever
ID mooiecoaeebopkiknkokhhcifbnbhihk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pipegenai-contact-retriev/mooiecoaeebopkiknkokhhcifbnbhihk
คำอธิบาย PipeGen helps the user to quickly retrieve prospects from LinkedIn.
ขนาดไฟล์ 236 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 1.2.8
อัปเดตครั้งล่าสุด 2021-12-15
วันที่เผยแพร่ 2020-06-01
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://pipegen.ai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pipegen.ai
URL หน้าช่วยเหลือ https://www.pipegen.ai/pricing
URL หน้านโยบายความเป็นส่วนตัว https://www.pipegen.ai/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PipeGen.ai Contact Retriever",
    "short_name": "PipeGen.ai",
    "version": "1.2.8",
    "description": "PipeGen helps the user to quickly retrieve prospects from LinkedIn.",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "icons": {
        "16": "images\/PipeGen_Icon_16_x_16.png",
        "48": "images\/PipeGen_Icon_48_x_48.png",
        "128": "images\/PipeGen_Icon_128_x_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/bootstrap.min.js",
                "js\/protip.min.js"
            ],
            "css": [
                "css\/bootstrap.min.css",
                "css\/styles.css",
                "css\/protip.min.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "cookies",
        "declarativeContent",
        "storage",
        "tabs",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.pipegen.ai\/*"
    ],
    "web_accessible_resources": [
        "js\/*",
        "fonts\/*",
        "css\/*",
        "images\/*"
    ],
    "manifest_version": 2
}