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ファイルをダウンロード

20NINE拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}