ProUphelper

Checking job info on upwork has never been so easy!

Cos'è ProUphelper?

ProUphelper è un'estensione di Chrome sviluppata da http://www.prouphelper.com, e la sua funzione principale è "Checking job info on upwork has never been so easy!".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione ProUphelper

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

                        1. two column layout to increase job info area
2. pretty print job description
3. endless scrolling without click                    

Informazioni di Base sull'Estensione

Nome ProUphelper ProUphelper
ID kfelkfmonbokhpeikicnbbnojadedadp
URL Ufficiale https://chrome.google.com/webstore/detail/prouphelper/kfelkfmonbokhpeikicnbbnojadedadp
Descrizione Checking job info on upwork has never been so easy!
Dimensione del File 129 KB
Conteggio Installazioni 15
Versione Corrente 0.1
Ultimo Aggiornamento 2017-05-11
Data di Pubblicazione 2017-05-11
Sviluppatore http://www.prouphelper.com
Tipo di Pagamento free
URL della Pagina di Aiuto http://www.prouphelper.com/#contact
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "js\/jquery-1.12.4.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/uphelper_16.png",
        "48": "img\/uphelper_48.png",
        "128": "img\/uphelper_128.png"
    },
    "browser_action": {
        "default_icon": "img\/uphelper_48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "*:\/\/www.prouphelper.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.prouphelper.com; object-src 'self'",
    "manifest_version": 2,
    "name": "ProUphelper",
    "description": "Checking job info on upwork has never been so easy!",
    "version": "0.1"
}