Psychological AI
The Chrome Extension from Psychological AI for successful communication.
Τι είναι το Psychological AI;
Το Psychological AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.100worte.de, και η κύρια λειτουργία του είναι "The Chrome Extension from Psychological AI for successful communication.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Psychological AI
Λήψη αρχείων επέκτασης Psychological AI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Write automated LinkedIn messages that convert with GPT Emotions are the key to success - when addressing people on LinkedIn, emotions are created especially by the right choice of words - and this is type-dependent. Therefore, Psychological AI supports you in aligning your Linkedin messages to the different personality types. This way, you ensure 30% higher conversions and receive twice as many appointments. In 3 steps to the success: 1. Personality analysis on LinkedIn The personality analysis creates a personality profile of your contact in a fraction of a second. 2. Automatic text generation based on personality Don't use the generic texts of GPT for your messages, be special. By analyzing the personality beforehand, you create texts that address exactly the needs of your contacts. 3. Finalize your messages In the final step you can align your messages even better to your contact person with our Augmented Writer. This way you get the maximum out of your LinkedIn communication. Because: Words make the difference and increase your sales success. Test the plug-in permanently free of charge. No credit card information is required. The installation time is only about 2 minutes, then you can start immediately. Exclusively for LinkedIn and the LinkedIn Sales Navigator Available in German and English
Βασικές Πληροφορίες Επέκτασης
Όνομα | Psychological AI |
ID | hegppmjkecopkbicfkecnlemdincdnfj |
Επίσημο URL | https://chromewebstore.google.com/detail/psychological-ai/hegppmjkecopkbicfkecnlemdincdnfj |
Περιγραφή | The Chrome Extension from Psychological AI for successful communication. |
Μέγεθος Αρχείου | 6.75 MB |
Αριθμός Εγκαταστάσεων | 861 |
Τρέχουσα Έκδοση | 1.0.69 |
Τελευταία Ενημέρωση | 2023-10-20 |
Ημερομηνία Δημοσίευσης | 2022-02-15 |
Αξιολόγηση | 5.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | https://www.100worte.de |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://app.100worte.de/dashboard/landing/signup |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.100worte.de/de/blog |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.100worte.de/datenschutz |
Υποστηριζόμενες Γλώσσες | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.0.69", "description": "__MSG_extDescription__", "author": "Psychological AI Team", "default_locale": "de", "icons": { "16": "\/images\/16x16.png", "32": "\/images\/32x32.png", "48": "\/images\/48x48.png", "64": "\/images\/64x64.png", "128": "\/images\/128x128.png" }, "action": { "default_title": "Psychological AI" }, "background": { "service_worker": "scripts\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "main.js" ] } ], "externally_connectable": { "matches": [ "https:\/\/*.psychological.ai\/dashboard\/*", "https:\/\/*.100worte.de\/dashboard\/*", "http:\/\/localhost:3000\/dashboard\/*" ] }, "permissions": [ "storage", "activeTab", "cookies", "webRequest" ], "host_permissions": [ "https:\/\/*.linkedin.com\/*", "https:\/\/*.psychological.ai\/*", "https:\/\/*.100worte.de\/dashboard\/*" ], "web_accessible_resources": [ { "resources": [ "static\/*", "images\/*" ], "matches": [ " |