LinkedinHey
Autofills Linkedin message field with 'Hey [name]'
What is LinkedinHey?
LinkedinHey is a Chrome extension developed by amando.abreu, and its main feature is "Autofills Linkedin message field with 'Hey [name]'".
Extension Screenshots
Download LinkedinHey Extension CRX File
Download LinkedinHey extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | LinkedinHey |
ID | jhojnacpjblmbggiaiajphhehigeggjn |
Official URL | https://chromewebstore.google.com/detail/linkedinhey/jhojnacpjblmbggiaiajphhehigeggjn |
Description | Autofills Linkedin message field with 'Hey [name]' |
File Size | 7.55 KB |
Installation Count | 16 |
Current Version | 1.0.0 |
Last Updated | 2021-01-19 |
Publish Date | 2021-01-19 |
Developer | amando.abreu |
[email protected] | |
Payment Type | free |
Extension Website | https://amandoabreu.com/wrote/linkedinhey-name-autofiller/ |
Help Page URL | https://amandoabreu.com/contact/ |
Privacy Policy Page URL | https://amandoabreu.com/privacy |
Supported Languages | 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" ] } |