Job Ninja

Job Ninja web clipper. Saves a position from any job board to Job Ninja application.

What is Job Ninja?

Job Ninja is a Chrome extension developed by http://job-ninja.herokuapp.com, and its main feature is "Job Ninja web clipper. Saves a position from any job board to Job Ninja application.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Job Ninja Extension CRX File

Download Job Ninja 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

                        Job Ninja web clipper. Saves a position from any job board to Job Ninja application. For more information about Job Ninja application please visit the home page http://job-ninja.herokuapp.com/                    

Extension Basic Information

Name Job Ninja Job Ninja
ID opjapjbbocailbopankcobhclofcbhnn
Official URL https://chrome.google.com/webstore/detail/job-ninja/opjapjbbocailbopankcobhclofcbhnn
Description Job Ninja web clipper. Saves a position from any job board to Job Ninja application.
File Size 1.37 MB
Installation Count 74
Current Version 0.0.4
Last Updated 2016-05-05
Publish Date 2016-05-05
Rating 5.00/5 Total 1 Ratings
Developer http://job-ninja.herokuapp.com
Email [email protected]
Payment Type free
Extension Website http://job-ninja.herokuapp.com/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Job Ninja",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Job Ninja web clipper. Saves a position from any job board to Job Ninja application.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "scripts\/grab-content.js",
                "scripts\/panel-content.js",
                "scripts\/entrypoint-content.js"
            ],
            "css": [
                "styles\/panel.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "panel.html",
        "styles\/panel.css",
        "bower_components\/bootstrap\/dist\/css\/bootstrap.min.css"
    ],
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Job Ninja",
        "default_popup": "popup.html"
    }
}