Upworkee

Get instant update about a new upwork job and apply faster than others

Upworkee란 무엇입니까?

Upworkee은(는) riverwaysoft.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get instant update about a new upwork job and apply faster than others"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Upworkee 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The best chance for getting client's attention is the timeframe where he posted a job up to an hour.

Clients will usually have a short list by then, and first set of short listed applicants will get interviewed and at least 1 will get hired.

Those who didn't make the cut might not be viewed at all no matter how good the profile is, because most of the cases clients don't go back to the user list anymore.

With notifications from our bot you will have an opportunity to be always in the shortlist and significantly increase chances to get hired.                    

확장 프로그램 기본 정보

이름 Upworkee Upworkee
ID cobgonadnfcjnpfdjleagjhppaboaeda
공식 URL https://chromewebstore.google.com/detail/upworkee/cobgonadnfcjnpfdjleagjhppaboaeda
설명 Get instant update about a new upwork job and apply faster than others
파일 크기 122 KB
설치 횟수 204
현재 버전 1.4.0
최근 업데이트 2019-07-04
출시 날짜 2019-07-04
평점 4.33/5 총 6 개의 평점
개발자 riverwaysoft.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://upworkee.com/static/PrivacyPolicy.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Upworkee",
    "description": "Get instant update about a new upwork job and apply faster than others",
    "author": "Sorokin Victor ",
    "version": "1.4.0",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "https:\/\/upworkee.com\/*",
        "background",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "Upworkee",
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "pages\/background.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/manifest.js",
                "js\/vendor.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "https:\/\/upworkee.com\/*"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}