NetworkMonkey Extension
NetworkMonkey Extension
NetworkMonkey Extensionとは何ですか?
NetworkMonkey Extensionはhttp://www.networkmonkey.coによって開発されたChromeの拡張機能で、その主な機能は「NetworkMonkey Extension」です。
拡張機能のスクリーンショット
NetworkMonkey Extension拡張機能のCRXファイルをダウンロード
NetworkMonkey Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } } |