LinkedinHey
Autofills Linkedin message field with 'Hey [name]'
LinkedinHey란 무엇입니까?
LinkedinHey은(는) amando.abreu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Autofills Linkedin message field with 'Hey [name]'"입니다.
확장 프로그램 스크린샷
LinkedinHey 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |