LinkedinHey

Autofills Linkedin message field with 'Hey [name]'

Wat is LinkedinHey?

LinkedinHey is een Chrome-extensie ontwikkeld door amando.abreu, en de belangrijkste functie is "Autofills Linkedin message field with 'Hey [name]'".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LinkedinHey

Download LinkedinHey-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam LinkedinHey LinkedinHey
ID jhojnacpjblmbggiaiajphhehigeggjn
Officiële URL https://chromewebstore.google.com/detail/linkedinhey/jhojnacpjblmbggiaiajphhehigeggjn
Beschrijving Autofills Linkedin message field with 'Hey [name]'
Bestandsgrootte 7.55 KB
Aantal Installaties 16
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-01-19
Publicatiedatum 2021-01-19
Ontwikkelaar amando.abreu
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://amandoabreu.com/wrote/linkedinhey-name-autofiller/
Help Pagina-URL https://amandoabreu.com/contact/
URL van de Privacybeleid Pagina https://amandoabreu.com/privacy
Ondersteunde Talen 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"
    ]
}