LinkedinHey

Autofills Linkedin message field with 'Hey [name]'

Cos'è LinkedinHey?

LinkedinHey è un'estensione di Chrome sviluppata da amando.abreu, e la sua funzione principale è "Autofills Linkedin message field with 'Hey [name]'".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione LinkedinHey

Scarica i file di estensione LinkedinHey in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LinkedinHey LinkedinHey
ID jhojnacpjblmbggiaiajphhehigeggjn
URL Ufficiale https://chromewebstore.google.com/detail/linkedinhey/jhojnacpjblmbggiaiajphhehigeggjn
Descrizione Autofills Linkedin message field with 'Hey [name]'
Dimensione del File 7.55 KB
Conteggio Installazioni 16
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-01-19
Data di Pubblicazione 2021-01-19
Sviluppatore amando.abreu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://amandoabreu.com/wrote/linkedinhey-name-autofiller/
URL della Pagina di Aiuto https://amandoabreu.com/contact/
URL della Pagina della Politica sulla Privacy https://amandoabreu.com/privacy
Lingue Supportate 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"
    ]
}