LinkedinHey

Autofills Linkedin message field with 'Hey [name]'

Was ist LinkedinHey?

LinkedinHey ist eine Chrome-Erweiterung, die von amando.abreu entwickelt wurde, und ihr Hauptmerkmal ist "Autofills Linkedin message field with 'Hey [name]'".

Erweiterungsscreenshots

screenshot

LinkedinHey-Erweiterungs-CRX-Datei herunterladen

Laden Sie LinkedinHey-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name LinkedinHey LinkedinHey
ID jhojnacpjblmbggiaiajphhehigeggjn
Offizielle URL https://chromewebstore.google.com/detail/linkedinhey/jhojnacpjblmbggiaiajphhehigeggjn
Beschreibung Autofills Linkedin message field with 'Hey [name]'
Dateigröße 7.55 KB
Installationsanzahl 16
Aktuelle Version 1.0.0
Letztes Update 2021-01-19
Veröffentlichungsdatum 2021-01-19
Entwickler amando.abreu
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://amandoabreu.com/wrote/linkedinhey-name-autofiller/
Hilfeseite URL https://amandoabreu.com/contact/
URL der Datenschutzrichtlinien-Seite https://amandoabreu.com/privacy
Unterstützte Sprachen 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"
    ]
}