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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| 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\/*"
]
}
]
} | |