Linkedroid - The LinkedIn™ Helper
Auto visit user profiles, Auto-add 2nd degree connections, and Auto-endorse with linkedroid
什麼是Linkedroid - The LinkedIn™ Helper?
Linkedroid - The LinkedIn™ Helper是由https://www.linkedroid.com開發的Chrome擴展程式,該擴展的主要功能是“Auto visit user profiles, Auto-add 2nd degree connections, and Auto-endorse with linkedroid”。
擴展截圖
下載Linkedroid - The LinkedIn™ Helper擴展crx文件
下載Linkedroid - The LinkedIn™ Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        What is Linkedroid?
Linkedroid is an automation tool which work with chrome browser to assist users to generate leads by auto visiting profiles, adding second degree connections with a personalised message, auto accepting/rejecting bulk pending request along with greeting message.
Linkedroid - 
  - Auto visits profiles
  - Auto endorse your 1st degree connections.
  - Auto add 2nd degree connections
  - Auto connect to people who visited your profile along with a follow up message.
  - Visit more than 1000 Profile with linkedroid.
Tags:
 - Mass message
 - Profile hopper
 - Profile visitor
 - Profilevisitor
 - Sales Prospecting                     擴展基本資訊
| 名稱 |   |  
| ID | jojafcbgfjjagedlpbpgpnafaedfjclk | 
| 官方網址 | https://chromewebstore.google.com/detail/linkedroid-the-linkedin-h/jojafcbgfjjagedlpbpgpnafaedfjclk | 
| 簡介 | Auto visit user profiles, Auto-add 2nd degree connections, and Auto-endorse with linkedroid | 
| 檔案大小 | 3.75 MB | 
| 安裝次數 | 636 | 
| 目前版本 | 2.2.10 | 
| 更新時間 | 2023-03-09 | 
| 上架時間 | 2020-05-02 | 
| 評分 | 4.00/5 共 9 次評分 | 
| 開發者 | https://www.linkedroid.com | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://www.linkedroid.com | 
| 說明頁面URL | https://linkedroid.drift.com/support | 
| 隱私政策頁面URL | http://www.linkedroid.com/static/linkedroid_privacy_policy.html | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "bg.html"
    },
    "browser_action": {
        "default_icon": "icons\/ICON_16.png"
    },
    "short_name": "Linkedroid - The LinkedIn\u2122 Helper",
    "description": "Auto visit user profiles, Auto-add 2nd degree connections, and Auto-endorse with linkedroid",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "content_script\/cs_additional.js"
            ],
            "matches": [
                "https:\/\/linkedin.com\/*",
                "https:\/\/*.linkedin.com\/*"
            ]
        },
        {
            "all_frames": false,
            "js": [
                "content_script\/cs_script.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/search\/results\/*"
            ]
        },
        {
            "all_frames": false,
            "js": [
                "content_script\/cs_script_sales.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/sales\/search*"
            ]
        },
        {
            "all_frames": false,
            "js": [
                "content_script\/cs_script_recruiter.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/recruiter\/smartsearch*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/ICON_16.png",
        "48": "icons\/ICON_48.png",
        "128": "icons\/ICON_128.png",
        "512": "icons\/ICON_512.png"
    },
    "manifest_version": 2,
    "name": "Linkedroid - The LinkedIn\u2122 Helper",
    "oauth2": {
        "client_id": "683428039698-qqm07qnpnoj7a58i4iu3eea8l44bllpp.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.linkedroid.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "*:\/\/*.twitter.com\/*",
        "unlimitedStorage",
        "storage",
        "contextMenus",
        "tabs",
        "https:\/\/*.linkedin.com\/*",
        "identity",
        "identity.email",
        "downloads",
        "cookies",
        "https:\/\/www.linkedroid.com\/",
        "alarms"
    ],
    "version": "2.2.10"
}  |  |