LinkedRadar - Genius

Boost 10x higher acceptance on LinkedIn with LinkedRadarGenius's ChatGPT-Driven Auto Connect Tool.

LinkedRadar - Genius란 무엇입니까?

LinkedRadar - Genius은(는) campbel3837에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost 10x higher acceptance on LinkedIn with LinkedRadarGenius's ChatGPT-Driven Auto Connect Tool."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

LinkedRadar - Genius 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Boost your LinkedIn outreach with 10x higher acceptance using Genius for LinkedIn™. Send 10x more personalized invitations and messages to build your professional network. 


Features:  
●  Add Friends In Bulk
    Adding friends is too slow, the speed is difficult to control, and it wastes time. Genius for LinkedIn™ can automatically add connections recommended by the system and connections from precise searches. It can also precisely control the speed of adding friends and automatically flip through pages. This feature allows for quickly expanding one's network.

●  Mass Messaging In Bulk
    Genius for LinkedIn™ can automatically send messages to all or specific individuals, and can precisely control the sending speed. It can also intelligently add greetings based on the friend's name to avoid duplicate messages. This feature allows for efficiently converting friends into potential customer.
    

🚀 Genius for LinkedIn™ is an automate extension. It can expand your network by automation invitation and save your time. Try it for free and start saving time now and ! 🚀

Learn more about Automation Website: https://linkedradar.com/
Contact us with WhatsApp:+86 180 2303 4541

LinkedIn is a trademark of LinkedIn Inc., registered in the U.S. and other countries. This is an independent project and has no relationship to LinkedIn or LinkedIn Inc.                    

확장 프로그램 기본 정보

이름 LinkedRadar - Genius LinkedRadar - Genius
ID lfkfmfkndiknkfbggpldaijcifekgdgh
공식 URL https://chromewebstore.google.com/detail/linkedradar-genius/lfkfmfkndiknkfbggpldaijcifekgdgh
설명 Boost 10x higher acceptance on LinkedIn with LinkedRadarGenius's ChatGPT-Driven Auto Connect Tool.
파일 크기 474 KB
설치 횟수 191
현재 버전 1.0.2
최근 업데이트 2024-03-01
출시 날짜 2022-10-20
평점 5.00/5 총 10 개의 평점
개발자 campbel3837
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://linkedradar.com
도움말 페이지 URL https://linkedradar.com
개인정보 보호 정책 페이지 URL https://linkedradar.com/linkedin-email-finder-private-policy
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon16.png",
        "128": "icons\/icon16.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.linkedradar.com\/*"
            ],
            "js": [
                "js\/content-script.js",
                "js\/linkedradar.js",
                "js\/yourl-check.js"
            ],
            "css": [],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.linkedradar.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.linkedradar.com\/*"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "version": "1.0.2"
}