ProUphelper

Checking job info on upwork has never been so easy!

ProUphelperとは何ですか?

ProUphelperはhttp://www.prouphelper.comによって開発されたChromeの拡張機能で、その主な機能は「Checking job info on upwork has never been so easy!」です。

拡張機能のスクリーンショット

ProUphelper拡張機能のCRXファイルをダウンロード

ProUphelper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 ProUphelper ProUphelper
ID kfelkfmonbokhpeikicnbbnojadedadp
公式URL https://chrome.google.com/webstore/detail/prouphelper/kfelkfmonbokhpeikicnbbnojadedadp
説明 Checking job info on upwork has never been so easy!
ファイルサイズ 129 KB
インストール数 15
現在のバージョン 0.1
最終更新日 2017-05-11
公開日 2017-05-11
開発者 http://www.prouphelper.com
支払い方法 free
ヘルプページのURL http://www.prouphelper.com/#contact
対応言語 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"
}