LinkedinHey
Autofills Linkedin message field with 'Hey [name]'
什麼是LinkedinHey?
LinkedinHey是由amando.abreu開發的Chrome擴展程式,該擴展的主要功能是“Autofills Linkedin message field with 'Hey [name]'”。
擴展截圖
下載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 |
ID | jhojnacpjblmbggiaiajphhehigeggjn |
官方網址 | 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" ] } |