LinkedinHey
Autofills Linkedin message field with 'Hey [name]'
LinkedinHeyคืออะไร?
LinkedinHey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย amando.abreu และคุณลักษณะหลักของมันคือ "Autofills Linkedin message field with 'Hey [name]'"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LinkedinHey
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |