LinkedRadar - Genius

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

LinkedRadar - Geniusคืออะไร?

LinkedRadar - Genius เป็นส่วนขยายของ Chrome ที่พัฒนาโดย campbel3837 และคุณลักษณะหลักของมันคือ "Boost 10x higher acceptance on LinkedIn with LinkedRadarGenius's ChatGPT-Driven Auto Connect Tool."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkedRadar - Genius

ดาวน์โหลดไฟล์ส่วนขยาย LinkedRadar - Genius ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}