u! LinkedIn Targeting Helper
This extension allows to add multiple LinkedIn users with a personalized message.
u! LinkedIn Targeting Helper란 무엇입니까?
u! LinkedIn Targeting Helper은(는) u!에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows to add multiple LinkedIn users with a personalized message."입니다.
확장 프로그램 스크린샷
u! LinkedIn Targeting Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension allows LinkedIn Users to add multiple user with a personalized message. - Connect with thousand of people - The ultimate (and cheapest) online marketing tool - Send personalized invites to follow your page - Send personalized marketing invites - Add contacts in your field to become a LinkedIn influencer -> Save hours of work and still target efficiently your audience! -> Get high conversion rate!
확장 프로그램 기본 정보
이름 | |
ID | bkcdlhcbledialnoipmikdblddcbaenb |
공식 URL | https://chrome.google.com/webstore/detail/u-linkedin-targeting-help/bkcdlhcbledialnoipmikdblddcbaenb |
설명 | This extension allows to add multiple LinkedIn users with a personalized message. |
파일 크기 | 73.12 KB |
설치 횟수 | 236 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2018-03-09 |
출시 날짜 | 2018-03-09 |
평점 | 4.90/5 총 20 개의 평점 |
개발자 | u! |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.u-extension.com/ |
도움말 페이지 URL | http://www.u-extension.com/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "u! LinkedIn Targeting Helper", "short_name": "u!", "description": "This extension allows to add multiple LinkedIn users with a personalized message.", "version": "1.0.2", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "scripts": [ "js\/message.js" ] }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "menu.html" }, "permissions": [ "activeTab", "identity", "storage", "https:\/\/www.googleapis.com\/", "https:\/\/www.linkedin.com\/search\/results\/*" ], "oauth2": { "client_id": "207273480200-6144tr38a8ks6df2ji4uma9il85n9skj.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly", "https:\/\/www.googleapis.com\/auth\/drive" ] }, "externally_connectable": { "matches": [ "https:\/\/www.linkedin.com\/search\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAo16qp3rAG3oHfoGZ1T8BtvJRg4nGrjDWLN+G3vhguYZZ0U5XKAedcniC5nLJsMS\/E2ssuiHr2RPHHfRPhXkKgQ20iP6CBrN4tUxB3aIMXfY5upL1WTJg5\/mb1eY+Tj\/UpR+YaZXeERO4O67m+HOorj9XevL5j4oYN+VgErbBPZwGEnQkRc56kf2MGHGkEBukzvzVNlXmsPa7AtJ8295UVH6WebMCmLWkUj\/FliKuMPAhkPo10PGV2IkZm2pU4um4ZUEK4uPrw6\/bORW3bOW1zXyaaA49KiAmMk7qF6F4M4uxas1ZZG5FB8RaxZExCLPLCmUnavyaOLL6kKLNqoMMFwIDAQAB" } |