getBeyond
getBeyond.ai is a thoughtful way to build trustworthy relationships
getBeyondคืออะไร?
getBeyond เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getbeyond.ai และคุณลักษณะหลักของมันคือ "getBeyond.ai is a thoughtful way to build trustworthy relationships"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย getBeyond
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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\/*" ] } ] } |