getBeyond

getBeyond.ai is a thoughtful way to build trustworthy relationships

O que é getBeyond?

getBeyond é uma extensão do Chrome desenvolvida por https://getbeyond.ai, e sua principal característica é "getBeyond.ai is a thoughtful way to build trustworthy relationships".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão getBeyond

Baixe arquivos de extensão getBeyond no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome getBeyond getBeyond
ID lkednafbpioljonffpghgamfedkaiheb
URL Oficial https://chromewebstore.google.com/detail/getbeyond/lkednafbpioljonffpghgamfedkaiheb
Descrição getBeyond.ai is a thoughtful way to build trustworthy relationships
Tamanho do Arquivo 1.31 MB
Contagem de Instalações 181
Versão Atual 2.5.2.3
Última Atualização 2023-04-17
Data de Publicação 2022-06-05
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://getbeyond.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://getbeyond.ai/home
URL da Página de Ajuda https://getbeyond.ai/about/privacy-policy
URL da Página de Política de Privacidade https://getbeyond.ai/about/privacy-policy
Idiomas Suportados 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\/*"
            ]
        }
    ]
}