LinComment
Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.
Τι είναι το LinComment;
Το LinComment είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ventures, και η κύρια λειτουργία του είναι "Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LinComment
Λήψη αρχείων επέκτασης LinComment σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Are you tired of struggling to come up with interesting comments on LinkedIn? Our new Chrome extension is here to help! With just a few clicks, you can generate contextual replies to any LinkedIn post using the power of GPT AI. Simply select the post, click the "Generate Comments" button, and our advanced natural language processing technology will do the rest. Never run out of things to say again! Try it out now and take your LinkedIn presence to the next level. - Quickly and easily generate relevant comments with just a few clicks - Powered by state-of-the-art natural language processing technology - Boost your LinkedIn engagement and make meaningful connections with ease. Once the system has provided some suggestions you can easily tweak them to reflect your true point of view and then easily Like and Post. Try it today with 25 credits totally free.
Βασικές Πληροφορίες Επέκτασης
Όνομα | LinComment |
ID | ihclelbigemkpdnbjkenimnbgkepieka |
Επίσημο URL | https://chromewebstore.google.com/detail/lincomment/ihclelbigemkpdnbjkenimnbgkepieka |
Περιγραφή | Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights. |
Μέγεθος Αρχείου | 4.1 MB |
Αριθμός Εγκαταστάσεων | 260 |
Τρέχουσα Έκδοση | 4.4.6 |
Τελευταία Ενημέρωση | 2023-11-28 |
Ημερομηνία Δημοσίευσης | 2023-01-31 |
Αξιολόγηση | 4.79/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | ventures |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
URL της Σελίδας Πολιτικής Απορρήτου | https://youarelincredible.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Suggests relevant and thoughtful comments for LinkedIn posts, helping you engage in online discussions and add valuable insights.", "version": "4.4.6", "manifest_version": 3, "name": "LinComment", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "assets\/favicon.png" }, "icons": { "128": "assets\/favicon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "sidebar.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "*.png", "*.svg", "*.gif" ], "matches": [ "*:\/\/*\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/lincomment-cfb0e.web.app\/*" ] } } |