Linckr

Upgrade your leads generation experience with Linckr

Linckrคืออะไร?

Linckr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://linckr.in และคุณลักษณะหลักของมันคือ "Upgrade your leads generation experience with Linckr"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        How it works?
Linckr is the extension designed for automating the process of finding leads in LinkedIn and saving them in your primary CRM. The integration works on multiple LinkedIn and Sales Navigator views like Profile, Search, Connections, and more.
 
With the help of Linckr extension you won't have to process every bit of information about your leads and compare it with data in your CRM, so the lead card creation can be done in just a couple of clicks.                    

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

ชื่อ Linckr Linckr
ID pdciaimcnfkdbboodbpfpmhimkdlbaja
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/linckr/pdciaimcnfkdbboodbpfpmhimkdlbaja
คำอธิบาย Upgrade your leads generation experience with Linckr
ขนาดไฟล์ 2.94 MB
จำนวนการติดตั้ง 306
เวอร์ชันปัจจุบัน 1.8.5.0
อัปเดตครั้งล่าสุด 2024-02-19
วันที่เผยแพร่ 2020-09-07
คะแนน 5.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://linckr.in
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://linckr.in/
URL หน้าช่วยเหลือ https://linckr.in/landing/zoho-crm
URL หน้านโยบายความเป็นส่วนตัว https://linckr.in/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Linckr",
    "name": "Linckr",
    "description": "Upgrade your leads generation experience with Linckr",
    "options_page": "index.html",
    "permissions": [
        "tabs",
        "storage",
        "scripting",
        "system.display"
    ],
    "host_permissions": [
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.xing.com\/*",
        "https:\/\/*.zoho.com.au\/*",
        "https:\/\/*.zoho.com.cn\/*",
        "https:\/\/*.zoho.com\/*",
        "https:\/\/*.zoho.eu\/*",
        "https:\/\/*.zoho.in\/*",
        "https:\/\/*.zohoapis.com.au\/*",
        "https:\/\/*.zohoapis.com.cn\/*",
        "https:\/\/*.zohoapis.com\/*",
        "https:\/\/*.zohoapis.eu\/*",
        "https:\/\/*.zohoapis.in\/*",
        "https:\/\/*.zohoapis.us\/*",
        "https:\/\/*.linckr.in\/*",
        "https:\/\/*.mixpanel.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "version": "1.8.5.0",
    "action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/linkedin.com\/*",
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "\/static\/js\/linkedInApp.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/allowClipboardInstructions\/*",
                "assets\/scripts\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}