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ファイルをダウンロード

getBeyond拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
            ]
        }
    ]
}