Resume Extract

Fetches resume details

Cos'è Resume Extract?

Resume Extract è un'estensione di Chrome sviluppata da http://www.rightrecruiters.com, e la sua funzione principale è "Fetches resume details".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Resume Extract

Scarica i file di estensione Resume Extract 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

                        This Extension is a part of Right Recruiters , Recruitment Management Software.                    

Informazioni di Base sull'Estensione

Nome Resume Extract Resume Extract
ID acioflaocdbaafpikfekcajnfhlgpgae
URL Ufficiale https://chrome.google.com/webstore/detail/resume-extract/acioflaocdbaafpikfekcajnfhlgpgae
Descrizione Fetches resume details
Dimensione del File 35.81 KB
Conteggio Installazioni 213
Versione Corrente 1.0
Ultimo Aggiornamento 2016-05-18
Data di Pubblicazione 2016-05-18
Sviluppatore http://www.rightrecruiters.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Resume Extract",
    "manifest_version": 2,
    "description": "Fetches resume details",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "downloads",
        "downloads.open"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Extract Resume from current tab",
        "default_popup": "resumeform.html",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ]
        }
    ]
}