RemotelyMe AI Linkedin Profile Assessment App

The RemotelyMe app analyzes LinkedIn or Sales Navigator contacts and uses advanced AI

RemotelyMe AI Linkedin Profile Assessment Appคืออะไร?

RemotelyMe AI Linkedin Profile Assessment App เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://remotelyme.com และคุณลักษณะหลักของมันคือ "The RemotelyMe app analyzes LinkedIn or Sales Navigator contacts and uses advanced AI"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RemotelyMe AI Linkedin Profile Assessment App

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

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

                        The RemotelyMe app uses ChatGPT, AI, and neuroscience to build customer or candidate trust with only three clicks.

The RemotelyMe browser extension app combines ChatGPT, advanced AI, and visual neuroscience to help you build customer or candidate trust with only three clicks. Recruiters and sales professionals can now simply find candidates or prospects on LinkedIn and click once on the app. RemotelyMe uses AI and neuroscience to analyze a contact’s information and go far beyond outdated personality apps by determining attributes, soft skills, and communication preferences. The RemotelyMe app pre-assesses and qualifies contacts against preferences and requirements for your Ideal Customer or Candidate Profiles (ICPs) to provide scores and analysis details. The app is highly accurate even for contacts with minimal LinkedIn information. The app then uses LinkedIn data, such as experience, skills, and interests, as well as neuroscience profile information including keywords, preferences, and message tone to automatically prompt ChatGPT to write highly personalized emails, messages, or phone scripts in the contact’s native language. Personalized Communications Playbooks are also created to help you build candidate or customer trust. Users can also leverage RemotelyMe’s exclusive LinkedIn Leaders Forum group to entice contacts to respond and take immediate action.

“This groundbreaking app with automated ChatGPT personalized prompts can save hundreds of hours analyzing contacts and personalizing messages.” –VP Talent Acquisition, Talend/Qlik

“RemotelyMe’s app is way better than personality apps and will save us thousands on LinkedIn InMail and licensing costs.” --VP, Better Homes and Gardens Real Estate                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RemotelyMe AI Linkedin Profile Assessment App RemotelyMe AI Linkedin Profile Assessment App
ID fffkjdapcgkdhlhbdbkgpcjbnhkmhmlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/remotelyme-ai-linkedin-pr/fffkjdapcgkdhlhbdbkgpcjbnhkmhmlf
คำอธิบาย The RemotelyMe app analyzes LinkedIn or Sales Navigator contacts and uses advanced AI
ขนาดไฟล์ 20.03 MB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 1.7.9
อัปเดตครั้งล่าสุด 2023-06-13
วันที่เผยแพร่ 2022-03-16
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://remotelyme.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.remotelyme.com
URL หน้าช่วยเหลือ https://www.cquiz.ai/about
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RemotelyMe AI Linkedin Profile Assessment App",
    "description": "The RemotelyMe app analyzes LinkedIn or Sales Navigator contacts and uses advanced AI",
    "version": "1.7.9",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/secure.flickr.com\/",
        "https:\/\/maxcdn.bootstrapcdn.com\/",
        "https:\/\/samanya.tech\/*",
        "https:\/\/*.linkedin.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/music.yandex.ru\/;"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "content.js",
                "js\/jquery.min.js",
                "popupInjection.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup.html",
                "img\/*",
                "js\/*",
                "css\/*",
                "login.html",
                "logout.html",
                "survey.png"
            ],
            "matches": [
                "https:\/\/*.linkedin.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}