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 |
公式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 |
Eメール | [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" ] } |