LinkedinHey
Autofills Linkedin message field with 'Hey [name]'
O que é LinkedinHey?
LinkedinHey é uma extensão do Chrome desenvolvida por amando.abreu, e sua principal característica é "Autofills Linkedin message field with 'Hey [name]'".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão LinkedinHey
Baixe arquivos de extensão LinkedinHey 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
This chrome extension is ideal for those who send a lot of messages on Linkedin but don't need all the features of the paid options on the platform. How to use it: 1) Pin the extension to the chrome toolbar 2) Click the LinkedinHey icon 3) Click the message field of the person you want to send a message to, this automatically fills it with "Hey" followed by the person's name. 4) Paste your template or write your message Saves hours per week and makes sure the names you write are always correctly spelled.
Informações Básicas da Extensão
Nome | LinkedinHey |
ID | jhojnacpjblmbggiaiajphhehigeggjn |
URL Oficial | https://chromewebstore.google.com/detail/linkedinhey/jhojnacpjblmbggiaiajphhehigeggjn |
Descrição | Autofills Linkedin message field with 'Hey [name]' |
Tamanho do Arquivo | 7.55 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-01-19 |
Data de Publicação | 2021-01-19 |
Desenvolvedor | amando.abreu |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://amandoabreu.com/wrote/linkedinhey-name-autofiller/ |
URL da Página de Ajuda | https://amandoabreu.com/contact/ |
URL da Página de Política de Privacidade | https://amandoabreu.com/privacy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedinHey", "version": "1.0.0", "manifest_version": 2, "description": "Autofills Linkedin message field with 'Hey [name]'", "homepage_url": "https:\/\/amandoabreu.com", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "LinkedinHey", "default_icon": "icon.png" }, "permissions": [ "https:\/\/linkedin.com\/*", "activeTab" ] } |