getBeyond
getBeyond.ai is a thoughtful way to build trustworthy relationships
getBeyond क्या है?
getBeyond https://getbeyond.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "getBeyond.ai is a thoughtful way to build trustworthy relationships"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में getBeyond एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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\/*" ] } ] } |