getBeyond
getBeyond.ai is a thoughtful way to build trustworthy relationships
Co je getBeyond?
getBeyond je rozšíření Chrome vyvinuté https://getbeyond.ai, a jeho hlavní funkcí je „getBeyond.ai is a thoughtful way to build trustworthy relationships“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření getBeyond
Stáhněte si soubory rozšíření getBeyond ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | getBeyond |
ID | lkednafbpioljonffpghgamfedkaiheb |
Oficiální URL | https://chromewebstore.google.com/detail/getbeyond/lkednafbpioljonffpghgamfedkaiheb |
Popis | getBeyond.ai is a thoughtful way to build trustworthy relationships |
Velikost souboru | 1.31 MB |
Počet instalací | 181 |
Aktuální Verze | 2.5.2.3 |
Poslední Aktualizace | 2023-04-17 |
Datum Vydání | 2022-06-05 |
Hodnocení | 5.00/5 Celkem 7 Hodnocení |
Vývojář | https://getbeyond.ai |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://getbeyond.ai/home |
URL Stránky Nápovědy | https://getbeyond.ai/about/privacy-policy |
URL Stránky Zásad Ochrany Soukromí | https://getbeyond.ai/about/privacy-policy |
Podporované Jazyky | 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\/*" ] } ] } |