NetworkMonkey Extension
NetworkMonkey Extension
NetworkMonkey Extension란 무엇입니까?
NetworkMonkey Extension은(는) http://www.networkmonkey.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "NetworkMonkey Extension"입니다.
확장 프로그램 스크린샷
NetworkMonkey Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The main purpose of the Network Monkey Chrome Extension is integration with the Network Monkey Recruiting Platform. It's designed to save recruiters time and money by cherry-picking directly from LinkedIn the candidates you want to monitor and importing them into your Network Monkey account. You can also source a candidate's contact details while browsing LinkedIn. Network Monkey is made for innovative recruiters as it allows you to source candidates and monitor their online social activity to determine which are looking for a new job. It’s also the most affordable, starting at $199/month. Note: Only works in conjunction with a paid Network Monkey account Learn more at: www.NetworkMonkey.co
확장 프로그램 기본 정보
이름 | |
ID | hipljbpoljjicmfhomfcmelaiincligj |
공식 URL | https://chrome.google.com/webstore/detail/hipljbpoljjicmfhomfcmelaiincligj |
설명 | NetworkMonkey Extension |
파일 크기 | 143 KB |
설치 횟수 | 30 |
현재 버전 | 2.1 |
최근 업데이트 | 2016-03-18 |
출시 날짜 | 2016-03-18 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | http://www.networkmonkey.co |
결제 유형 | in_app |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NetworkMonkey Extension", "version": "2.1", "description": "NetworkMonkey Extension", "manifest_version": 2, "background": { "scripts": [ "js\/jquery-2.1.4.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "images\/Off-16.png", "default_title": "NetworkMonkey", "default_popup": "pages\/login.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "images\/*.png", "pages\/content.html" ], "icons": { "16": "images\/On-16.png", "48": "images\/On-48.png", "128": "images\/On-128.png" } } |