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://linkedroid.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto visit user profiles, Auto-add 2nd degree connections, and Auto-endorse with linkedroid"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Linkedroid - The LinkedIn™ Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        What is Linkedroid - The LinkedIn™ Helper?

Linkedroid - The LinkedIn™ Helper 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 - The LinkedIn™ Helper 
  - 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
 - Profile visitor
 - Sales Prospecting
 - LinkedIn Helper
 - LinkedIn Automation
 - LinkedIn Visitor
 - LinkedIn Autopilot                    

확장 프로그램 기본 정보

이름 Linkedroid - The LinkedIn™ Helper Linkedroid - The LinkedIn™ Helper
ID plpahoandlbofpfpikiklmobalngapjl
공식 URL https://chromewebstore.google.com/detail/linkedroid-the-linkedin-h/plpahoandlbofpfpikiklmobalngapjl
설명 Auto visit user profiles, Auto-add 2nd degree connections, and Auto-endorse with linkedroid
파일 크기 3.75 MB
설치 횟수 2,126
현재 버전 2.2.10
최근 업데이트 2023-02-17
출시 날짜 2020-03-01
평점 5.00/5 총 1 개의 평점
개발자 https://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-US
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-ruka2bhei1v3m74qk2i9ih6043f0fvuh.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"
}