Top of Mind
Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
Qu'est-ce que Top of Mind ?
Top of Mind est une extension Chrome développée par Grace Wang, et sa fonction principale est "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Top of Mind
Téléchargez les fichiers d'extension Top of Mind au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Instantly leave your best comment and start getting the most out of LinkedIn. Sit back and let Top Of Mind's neural network technology generate comments that make you look smart and helpful -- all through a simple browser extension. Stop missing out on the best LinkedIn posts. From now on every post is an opportunity to connect. Install the Top Of Mind extension now — it doesn't get easier than this!
Informations de Base sur l'Extension
Nom | |
ID | olpleiecpcaehephickckajejdchidcf |
URL Officiel | https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf |
Description | Automatically generate comments on LinkedIn posts to keep you top of mind in your network. |
Taille du Fichier | 163 KB |
Nombre d'Installations | 74 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-09-02 |
Date de Publication | 2021-09-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Grace Wang |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://topofmind.xyz |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Top of Mind", "description": "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.", "version": "1.0", "manifest_version": 3, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "contentScript.js" ] } ], "action": { "default_popup": ".\/index.html", "default_icon": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } }, "icons": { "16": "logo16.png", "32": "logo32.png", "48": "logo48.png", "128": "logo128.png" } } |