Resonaid

Automated personalized messages for your LinkedIn outreach.

Resonaid란 무엇입니까?

Resonaid은(는) https://resonaid.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automated personalized messages for your LinkedIn outreach."입니다.

확장 프로그램 스크린샷

screenshot

Resonaid 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        In a world where ever more companies compete for customers, it’s impossible to get your prospect’s attention without connecting on a personal level.

By providing automated personalized messages for your LinkedIn outreach, Resonaid helps you to stand out, to truly connect with your prospects, and to leave standardized messages behind forever.

Resonaid compares your and your prospect’s LinkedIn profiles and identifies “Hooks” that help you to connect over shared interests.

And the cherry on top is that Pro Resonaid Users can cut their time per prospect down to 15 seconds.

______________________

Having been sales professionals ourselves, we know your pain points and we’re dedicated to making your life easier.

Try it out right now!

 with ❤️  by Persuaide                    

확장 프로그램 기본 정보

이름 Resonaid Resonaid
ID fndnhbhipldpbhpnjmnadkeengnckdik
공식 URL https://chromewebstore.google.com/detail/resonaid/fndnhbhipldpbhpnjmnadkeengnckdik
설명 Automated personalized messages for your LinkedIn outreach.
파일 크기 351 KB
설치 횟수 17
현재 버전 0.3.3
최근 업데이트 2022-03-14
출시 날짜 2021-09-28
평점 5.00/5 총 25 개의 평점
개발자 https://resonaid.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://resonaid.co
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.3.3",
    "name": "Resonaid",
    "description": "Automated personalized messages for your LinkedIn outreach.",
    "permissions": [
        "https:\/\/*.resonaid.co\/*",
        "storage",
        "activeTab",
        "webNavigation"
    ],
    "icons": {
        "512": "icons\/512.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png"
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "512": "icons\/512.png",
            "128": "icons\/128.png",
            "64": "icons\/64.png",
            "48": "icons\/48.png",
            "38": "icons\/38.png",
            "32": "icons\/32.png",
            "19": "icons\/19.png",
            "16": "icons\/16.png"
        },
        "default_title": "Resonaid"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "match_about_blank": false,
            "matches": [
                "https:\/\/*.linkedin.com\/*",
                "https:\/\/*.resonaid.co\/*"
            ],
            "js": [
                "content\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/512.png",
        "popup\/index.html",
        "popup\/index.js"
    ]
}