LinkedIn Accountless
Watch any LinkedIn profile without being logged in
LinkedIn Accountless란 무엇입니까?
LinkedIn Accountless은(는) Leonardo Galante에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch any LinkedIn profile without being logged in"입니다.
확장 프로그램 스크린샷
LinkedIn Accountless 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You need a LinkedIn account to watch LinkedIn profiles but now with this extension you can watch entire profiles without making one or without loggin into your existing one.
확장 프로그램 기본 정보
이름 | |
ID | bionjgfepfcahhdmjjhnfkeokbfojhke |
공식 URL | https://chrome.google.com/webstore/detail/linkedin-accountless/bionjgfepfcahhdmjjhnfkeokbfojhke |
설명 | Watch any LinkedIn profile without being logged in |
파일 크기 | 7.6 KB |
설치 횟수 | 81 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2017-09-09 |
출시 날짜 | 2017-09-09 |
개발자 | Leonardo Galante |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LinkedIn Accountless", "author": "Leonardo Galante", "version": "0.0.1", "description": "Watch any LinkedIn profile without being logged in", "icons": { "16": "assets\/linkedin_16.png", "48": "assets\/linkedin_48.png", "128": "assets\/linkedin_128.png" }, "browser_action": { "default_title": "Watch any LinkedIn profile", "default_icon": "assets\/linkedin_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/linkedin.com\/", "*:\/\/*.linkedin.com\/", "*:\/\/*.linkedin.com\/*" ], "css": [ "src\/styles.css" ] } ], "permissions": [ "activeTab" ] } |