LinkedinHey

Autofills Linkedin message field with 'Hey [name]'

什么是LinkedinHey?

LinkedinHey是由amando.abreu开发的Chrome扩展程序,该扩展的主要功能是“Autofills Linkedin message field with 'Hey [name]'”。

扩展截图

screenshot

下载LinkedinHey扩展crx文件

下载LinkedinHey扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 LinkedinHey LinkedinHey
ID jhojnacpjblmbggiaiajphhehigeggjn
官方URL https://chromewebstore.google.com/detail/linkedinhey/jhojnacpjblmbggiaiajphhehigeggjn
简介 Autofills Linkedin message field with 'Hey [name]'
文件大小 7.55 KB
安装次数 16
当前版本 1.0.0
更新时间 2021-01-19
上架时间 2021-01-19
开发者 amando.abreu
电子邮箱 [email protected]
付费类型 free
扩展官网 https://amandoabreu.com/wrote/linkedinhey-name-autofiller/
帮助页面URL https://amandoabreu.com/contact/
隐私政策页面URL https://amandoabreu.com/privacy
支持的语言 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"
    ]
}