NetworkMonkey Extension

NetworkMonkey Extension

Cos'è NetworkMonkey Extension?

NetworkMonkey Extension è un'estensione di Chrome sviluppata da http://www.networkmonkey.co, e la sua funzione principale è "NetworkMonkey Extension".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione NetworkMonkey Extension

Scarica i file di estensione NetworkMonkey Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome NetworkMonkey Extension NetworkMonkey Extension
ID hipljbpoljjicmfhomfcmelaiincligj
URL Ufficiale https://chrome.google.com/webstore/detail/hipljbpoljjicmfhomfcmelaiincligj
Descrizione NetworkMonkey Extension
Dimensione del File 143 KB
Conteggio Installazioni 30
Versione Corrente 2.1
Ultimo Aggiornamento 2016-03-18
Data di Pubblicazione 2016-03-18
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore http://www.networkmonkey.co
Tipo di Pagamento in_app
Lingue Supportate 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"
    }
}