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\/*" ] } ] } |