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
电子邮箱 [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"
    ]
}