20NINE

The 20NINE Lead clipper makes it possible to import data from LinkedIn. You can also use the plugin to enrich your existing…

20NINE란 무엇입니까?

20NINE은(는) https://20-nine.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The 20NINE Lead clipper makes it possible to import data from LinkedIn. You can also use the plugin to enrich your existing…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The 20NINE Lead clipper makes it possible to import data from LinkedIn. 

You can also use the plugin to enrich your existing leads, contacts and companies, already in our system.

Choose Add as contact: system import both the contact and the company to our system.

Choose Add to pipeline: 
- system import the contact and company. 
- system create a lead (unqualified deal). 
- system schedule a task to qualify your new deal.

Worried about getting duplicates? Don't be. we have duplicate control framework makes sure to reduce your duplicates to a bare minimum.                    

확장 프로그램 기본 정보

이름 20NINE 20NINE
ID fikoabpflobfkghjpokjbbilajcbdpmc
공식 URL https://chromewebstore.google.com/detail/20nine/fikoabpflobfkghjpokjbbilajcbdpmc
설명 The 20NINE Lead clipper makes it possible to import data from LinkedIn. You can also use the plugin to enrich your existing…
파일 크기 731 KB
설치 횟수 778
현재 버전 4.11.88
최근 업데이트 2023-11-21
출시 날짜 2020-04-24
평점 5.00/5 총 2 개의 평점
개발자 https://20-nine.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://20-nine.com/linkedin/
도움말 페이지 URL https://20nine.freshdesk.com/support/home
개인정보 보호 정책 페이지 URL https://20-nine.com/terms-of-use
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "20NINE",
    "version": "4.11.88",
    "icons": {
        "16": "assets\/img\/blue_logo.png",
        "48": "assets\/img\/blue_logo.png",
        "128": "assets\/img\/blue_logo.png"
    },
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        "https:\/\/www.linkedin.com\/*",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery-1.11.1.min.js",
            "assets\/js\/popup.js",
            "assets\/js\/background.js",
            "assets\/js\/localization.js",
            "assets\/js\/siema.min.js"
        ]
    },
    "browser_action": {
        "default_title": "20NINE",
        "default_icon": "assets\/img\/blue_logo.png",
        "default_popup": "assets\/html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/jquery-1.11.1.min.js",
                "assets\/js\/content_script.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "assets\/img\/*.*",
        "assets\/css\/*.*",
        "assets\/html\/modal.html"
    ]
}