Resume Extract

Fetches resume details

What is Resume Extract?

Resume Extract is a Chrome extension developed by http://www.rightrecruiters.com, and its main feature is "Fetches resume details".

Extension Screenshots

screenshot

Download Resume Extract Extension CRX File

Download Resume Extract extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Resume Extract Resume Extract
ID acioflaocdbaafpikfekcajnfhlgpgae
Official URL https://chrome.google.com/webstore/detail/resume-extract/acioflaocdbaafpikfekcajnfhlgpgae
Description Fetches resume details
File Size 35.81 KB
Installation Count 213
Current Version 1.0
Last Updated 2016-05-18
Publish Date 2016-05-18
Developer http://www.rightrecruiters.com
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}