Job Ninja

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

Cos'è Job Ninja?

Job Ninja è un'estensione di Chrome sviluppata da http://job-ninja.herokuapp.com, e la sua funzione principale è "Job Ninja web clipper. Saves a position from any job board to Job Ninja application.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Job Ninja

Scarica i file di estensione Job Ninja 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

                        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/                    

Informazioni di Base sull'Estensione

Nome Job Ninja Job Ninja
ID opjapjbbocailbopankcobhclofcbhnn
URL Ufficiale https://chrome.google.com/webstore/detail/job-ninja/opjapjbbocailbopankcobhclofcbhnn
Descrizione Job Ninja web clipper. Saves a position from any job board to Job Ninja application.
Dimensione del File 1.37 MB
Conteggio Installazioni 74
Versione Corrente 0.0.4
Ultimo Aggiornamento 2016-05-05
Data di Pubblicazione 2016-05-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://job-ninja.herokuapp.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://job-ninja.herokuapp.com/
Lingue Supportate 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"
    }
}