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                    

扩展基本信息

名称 NetworkMonkey Extension NetworkMonkey Extension
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"
    }
}