getBeyond

getBeyond.ai is a thoughtful way to build trustworthy relationships

getBeyond란 무엇입니까?

getBeyond은(는) https://getbeyond.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "getBeyond.ai is a thoughtful way to build trustworthy relationships"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        getBeyond AI helps Humanize relationships.
getBeyond AI uses technology to strengthen human relationships, not replace them.

HUMANIZE RELATIONSHIPS
 It takes about 7 meetings before you get to know a person well.

🎯 - Get accurate personality insights before you meet them.
💰 - Understand how your prospects make buying decisions.
🙌🏼 - Empower yourself with curated ice breakers.

PERSONALIZE IN UNDER 10 SECONDS
Personalized emails are effective, but doing research takes time.

 👌🏼 - Get recipient research data, in one place.
🏈 - Pique their interest, with personalized ice breakers.
✉️ - Personalize email messaging based on their communication style.

CONNECT THE DOTS
It's difficult to track your fading relationships.

🤝 - Deepen your relationships.
🛫 - View who you can meet when traveling.
🗓 - See when you first & last interacted with someone.                    

확장 프로그램 기본 정보

이름 getBeyond getBeyond
ID lkednafbpioljonffpghgamfedkaiheb
공식 URL https://chromewebstore.google.com/detail/getbeyond/lkednafbpioljonffpghgamfedkaiheb
설명 getBeyond.ai is a thoughtful way to build trustworthy relationships
파일 크기 1.31 MB
설치 횟수 181
현재 버전 2.5.2.3
최근 업데이트 2023-04-17
출시 날짜 2022-06-05
평점 5.00/5 총 7 개의 평점
개발자 https://getbeyond.ai
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getbeyond.ai/home
도움말 페이지 URL https://getbeyond.ai/about/privacy-policy
개인정보 보호 정책 페이지 URL https://getbeyond.ai/about/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "getBeyond",
    "description": "getBeyond.ai is a thoughtful way to build trustworthy relationships",
    "version": "2.5.2.3",
    "icons": {
        "128": "logo128.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*.linkedin.com\/"
    ],
    "permissions": [
        "storage",
        "tabs",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "linkedin.js"
            ],
            "css": [
                "sidebar.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*.png",
                "assets\/*.svg",
                "montserrat.ttf",
                "CountryCityData.json"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ]
        }
    ]
}