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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://getbeyond.ai/about/privacy-policy |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } ] } |