Top of Mind
Automatically generate comments on LinkedIn posts to keep you top of mind in your network.
O que é Top of Mind?
Top of Mind é uma extensão do Chrome desenvolvida por Grace Wang, e sua principal característica é "Automatically generate comments on LinkedIn posts to keep you top of mind in your network.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Top of Mind
Baixe arquivos de extensão Top of Mind no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | olpleiecpcaehephickckajejdchidcf |
URL Oficial | https://chrome.google.com/webstore/detail/top-of-mind/olpleiecpcaehephickckajejdchidcf |
Descrição | Automatically generate comments on LinkedIn posts to keep you top of mind in your network. |
Tamanho do Arquivo | 163 KB |
Contagem de Instalações | 74 |
Versão Atual | 1.0 |
Última Atualização | 2021-09-02 |
Data de Publicação | 2021-09-02 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | Grace Wang |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://topofmind.xyz |
Idiomas Suportados | 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" } } |