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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}