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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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"
    ]
}