getBeyond

getBeyond.ai is a thoughtful way to build trustworthy relationships

Qu'est-ce que getBeyond ?

getBeyond est une extension Chrome développée par https://getbeyond.ai, et sa fonction principale est "getBeyond.ai is a thoughtful way to build trustworthy relationships".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension getBeyond

Téléchargez les fichiers d'extension getBeyond au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom getBeyond getBeyond
ID lkednafbpioljonffpghgamfedkaiheb
URL Officiel https://chromewebstore.google.com/detail/getbeyond/lkednafbpioljonffpghgamfedkaiheb
Description getBeyond.ai is a thoughtful way to build trustworthy relationships
Taille du Fichier 1.31 MB
Nombre d'Installations 181
Version Actuelle 2.5.2.3
Dernière Mise à Jour 2023-04-17
Date de Publication 2022-06-05
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://getbeyond.ai
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://getbeyond.ai/home
URL de la Page d'Aide https://getbeyond.ai/about/privacy-policy
URL de la Page de Politique de Confidentialité https://getbeyond.ai/about/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}