LinkedinHey

Autofills Linkedin message field with 'Hey [name]'

Co je LinkedinHey?

LinkedinHey je rozšíření Chrome vyvinuté amando.abreu, a jeho hlavní funkcí je „Autofills Linkedin message field with 'Hey [name]'“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření LinkedinHey

Stáhněte si soubory rozšíření LinkedinHey ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název LinkedinHey LinkedinHey
ID jhojnacpjblmbggiaiajphhehigeggjn
Oficiální URL https://chromewebstore.google.com/detail/linkedinhey/jhojnacpjblmbggiaiajphhehigeggjn
Popis Autofills Linkedin message field with 'Hey [name]'
Velikost souboru 7.55 KB
Počet instalací 16
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-01-19
Datum Vydání 2021-01-19
Vývojář amando.abreu
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://amandoabreu.com/wrote/linkedinhey-name-autofiller/
URL Stránky Nápovědy https://amandoabreu.com/contact/
URL Stránky Zásad Ochrany Soukromí https://amandoabreu.com/privacy
Podporované Jazyky 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"
    ]
}