NetworkMonkey Extension

NetworkMonkey Extension

NetworkMonkey Extension là gì?

NetworkMonkey Extension là một tiện ích mở rộng Chrome được phát triển bởi http://www.networkmonkey.co, và tính năng chính của nó là "NetworkMonkey Extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng NetworkMonkey Extension

Tải xuống các tệp mở rộng NetworkMonkey Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NetworkMonkey Extension NetworkMonkey Extension
ID hipljbpoljjicmfhomfcmelaiincligj
URL Chính Thức https://chrome.google.com/webstore/detail/hipljbpoljjicmfhomfcmelaiincligj
Mô tả NetworkMonkey Extension
Kích Thước Tệp 143 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2016-03-18
Ngày Phát Hành 2016-03-18
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://www.networkmonkey.co
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}