Lead Collector for BenchmarkONE

Easily add contacts to your address book with a single click.

Lead Collector for BenchmarkONEคืออะไร?

Lead Collector for BenchmarkONE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hatchbuck.com และคุณลักษณะหลักของมันคือ "Easily add contacts to your address book with a single click."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lead Collector for BenchmarkONE

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

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

                        Lead Collector is the quickest way to add new contacts to your BenchmarkONE CRM! The Chrome extension gives you the ability to seamlessly push new contacts directly into your BenchmarkONE account right from your browser toolbar. 

Visit a lead’s social profile, click the Lead Collector extension icon in your browser and quickly push contact details including Contact Status, notes and tags into your BenchmarkONE contact list. 

Skip the manual data entry with Lead Collector for BenchmarkONE!
Requirements
A BenchmarkONE account
Google Chrome

—------------------------
User Responsibility
Lead Collector for BenchmarkONE is a proprietary algorithm that retrieves publicly available contact data from webpages. In using the Lead Collector extension to manage contact data, users are responsible for adhering to the User Agreement of LinkedIn or any other third party platform. Using Lead Collector for BenchmarkONE in a way that breaches the User Agreement of LinkedIn or any other third party platforms may result in a locked account or revoked license.                    

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

ชื่อ Lead Collector for BenchmarkONE Lead Collector for BenchmarkONE
ID lkfklcjmmofemldgfgemlpjhgponjhhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lead-collector-for-benchm/lkfklcjmmofemldgfgemlpjhgponjhhc
คำอธิบาย Easily add contacts to your address book with a single click.
ขนาดไฟล์ 1.09 MB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2023-09-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://hatchbuck.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.hatchbuck.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lead Collector for BenchmarkONE",
    "version": "1.0.3",
    "author": "BenchmarkOne",
    "description": "Easily add contacts to your address book with a single click.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "triforce.js",
                "helper.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "background",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.hatchbuck.com\/*"
    ],
    "homepage_url": "https:\/\/www.benchmarkone.com\/services-and-integrations\/",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "service_worker": "loader.js"
    },
    "action": {
        "default_icon": [],
        "default_title": "Add Contact to BenchmarkOne",
        "default_popup": "popover.html"
    }
}