LinkedinHey

Autofills Linkedin message field with 'Hey [name]'

Co to jest LinkedinHey?

LinkedinHey to rozszerzenie Chrome opracowane przez amando.abreu, a jego główną funkcją jest „Autofills Linkedin message field with 'Hey [name]'”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia LinkedinHey

Pobierz pliki rozszerzeń LinkedinHey w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa LinkedinHey LinkedinHey
ID jhojnacpjblmbggiaiajphhehigeggjn
Oficjalny URL https://chromewebstore.google.com/detail/linkedinhey/jhojnacpjblmbggiaiajphhehigeggjn
Opis Autofills Linkedin message field with 'Hey [name]'
Rozmiar pliku 7.55 KB
Liczba instalacji 16
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-01-19
Data Publikacji 2021-01-19
Deweloper amando.abreu
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://amandoabreu.com/wrote/linkedinhey-name-autofiller/
Adres URL Strony Pomocy https://amandoabreu.com/contact/
Adres URL Strony Polityki Prywatności https://amandoabreu.com/privacy
Obsługiwane Języki 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"
    ]
}