LinkedinHey

Autofills Linkedin message field with 'Hey [name]'

LinkedinHey là gì?

LinkedinHey là một tiện ích mở rộng Chrome được phát triển bởi amando.abreu, và tính năng chính của nó là "Autofills Linkedin message field with 'Hey [name]'".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng LinkedinHey

Tải xuống các tệp mở rộng LinkedinHey dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LinkedinHey LinkedinHey
ID jhojnacpjblmbggiaiajphhehigeggjn
URL Chính Thức https://chromewebstore.google.com/detail/linkedinhey/jhojnacpjblmbggiaiajphhehigeggjn
Mô tả Autofills Linkedin message field with 'Hey [name]'
Kích Thước Tệp 7.55 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2021-01-19
Ngày Phát Hành 2021-01-19
Nhà Phát Triển amando.abreu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://amandoabreu.com/wrote/linkedinhey-name-autofiller/
URL Trang Trợ Giúp https://amandoabreu.com/contact/
URL Trang Chính Sách Bảo Mật https://amandoabreu.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}