LeadRadar - LinkedIn automation tool

LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts…

LeadRadar - LinkedIn automation toolとは何ですか?

LeadRadar - LinkedIn automation toolはhttps://leadradar.ioによって開発されたChromeの拡張機能で、その主な機能は「LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts…」です。

拡張機能のスクリーンショット

screenshot

LeadRadar - LinkedIn automation tool拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts with filters and tags and help your  profile grow by sending multiple connection requests and messages with a single click.

With LeadRadar you will be able to:
- organize your contacts and 2nd degree profiles with agile filters and tags
- automatically send connection requests and messages to targeted profiles
- view pages of your target audience to attract attention to your profile
- calculate your LinkedIn activity statistics
- export contact data of your 1st degree connections                    

拡張機能の基本情報

名前 LeadRadar - LinkedIn automation tool LeadRadar - LinkedIn automation tool
ID hllcjbhgepnhcpllbheeoponaopnfpeo
公式URL https://chromewebstore.google.com/detail/leadradar-linkedin-automa/hllcjbhgepnhcpllbheeoponaopnfpeo
説明 LeadRadar is a LinkedIn Management tool, which organizes and automates your daily routine tasks. It will structure your contacts…
ファイルサイズ 2.75 MB
インストール数 215
現在のバージョン 1.5.20
最終更新日 2019-11-16
公開日 2019-11-16
評価 5.00/5 合計 2 レビュー
開発者 https://leadradar.io
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LeadRadar - LinkedIn automation tool",
    "version": "1.5.20",
    "offline_enabled": true,
    "icons": {
        "512": "favicon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/linkedin.com\/vsearch\/*",
                "*:\/\/www.linkedin.com\/vsearch\/*",
                "*:\/\/linkedin.com\/search\/*",
                "*:\/\/www.linkedin.com\/search\/*"
            ],
            "js": [
                "integration.js"
            ]
        },
        {
            "matches": [
                "*:\/\/linkedin.com\/*",
                "*:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "jquery.cookie.js",
                "content.js",
                "socket.io.js",
                "page\/js\/socket.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "LinkedIn Extension",
        "default_icon": {
            "512": "favicon.png"
        }
    },
    "permissions": [
        "*:\/\/linkedin.com\/",
        "*:\/\/*.linkedin.com\/",
        "*:\/\/liext.local\/",
        "*:\/\/leadradar.io\/",
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}