Upworkee

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

Upworkee là gì?

Upworkee là một tiện ích mở rộng Chrome được phát triển bởi riverwaysoft.com, và tính năng chính của nó là "Get instant update about a new upwork job and apply faster than others".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Upworkee

Tải xuống các tệp mở rộng Upworkee dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Upworkee Upworkee
ID cobgonadnfcjnpfdjleagjhppaboaeda
URL Chính Thức https://chromewebstore.google.com/detail/upworkee/cobgonadnfcjnpfdjleagjhppaboaeda
Mô tả Get instant update about a new upwork job and apply faster than others
Kích Thước Tệp 122 KB
Số Lần Cài Đặt 204
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2019-07-04
Ngày Phát Hành 2019-07-04
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển riverwaysoft.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://upworkee.com/static/PrivacyPolicy.pdf
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}