Linckr

Upgrade your leads generation experience with Linckr

Linckr란 무엇입니까?

Linckr은(는) https://linckr.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upgrade your leads generation experience with Linckr"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Linckr 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}