LinkWise - Linkedin Tags and Organizer
With LinkWise, you can tag and organize your contacts in LinkedIn.
LinkWise - Linkedin Tags and Organizer란 무엇입니까?
LinkWise - Linkedin Tags and Organizer은(는) extendlinkedin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With LinkWise, you can tag and organize your contacts in LinkedIn."입니다.
확장 프로그램 스크린샷
LinkWise - Linkedin Tags and Organizer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With our extension you can write tags and notes directly. Download our extension, then you can go to the LinkedIn profile to see an option to tag user. If you do it you can filter the user by tags and view the notes associated with it. 😀 What are the different features? - You can tag a profile on LinkedIn. - You can view write and view notes directly on profile. - You can filter profiles directly on LinkedIn. - Sync the tags across computers. 😀 Disclaimer We are not related to LinkedIn. We are just a 3rd party app that works on LinkedIn.
확장 프로그램 기본 정보
이름 | |
ID | bmajknmefligkcimgmleblmgjhlbbjoa |
공식 URL | https://chrome.google.com/webstore/detail/linkwise-linkedin-tags-an/bmajknmefligkcimgmleblmgjhlbbjoa |
설명 | With LinkWise, you can tag and organize your contacts in LinkedIn. |
파일 크기 | 324 KB |
설치 횟수 | 21 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2022-08-22 |
출시 날짜 | 2021-11-09 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | extendlinkedin |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkWise - Linkedin Tags and Organizer", "version": "1.0.2", "manifest_version": 3, "description": "With LinkWise, you can tag and organize your contacts in LinkedIn.", "action": [], "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "dist\/content.bundle.js" ], "css": [ "css\/google-icons.css", "css\/datatable.min.css", "css\/styles.css", "css\/drawer.css" ] } ], "icons": { "16": "imgs\/icons\/icon16.png", "32": "imgs\/icons\/icon32.png", "48": "imgs\/icons\/icon48.png", "128": "imgs\/icons\/icon128.png" }, "background": { "service_worker": "main-service-worker.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.linkedin.com\/*" ] } |