Upwork Jobs Notifier

This extenstion is made to notify you with Upwork jobs that matches your skills.

Upwork Jobs Notifier là gì?

Upwork Jobs Notifier là một tiện ích mở rộng Chrome được phát triển bởi Webs-Automation, và tính năng chính của nó là "This extenstion is made to notify you with Upwork jobs that matches your skills.".

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

screenshot

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

Tải xuống các tệp mở rộng Upwork Jobs Notifier 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

                        It is an intelligent tool that is designed to help freelancers, that can search for the freelancing jobs with your skills and it will notify you from all the available jobs which can apply. Using this extension, you'll never miss the new jobs and be the first to apply over the collected jobs.                    

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

Tên Upwork Jobs Notifier Upwork Jobs Notifier
ID mddclmbcpjfifnjpandbbabgaamnombn
URL Chính Thức https://chrome.google.com/webstore/detail/upwork-jobs-notifier/mddclmbcpjfifnjpandbbabgaamnombn
Mô tả This extenstion is made to notify you with Upwork jobs that matches your skills.
Kích Thước Tệp 395 KB
Số Lần Cài Đặt 287
Phiên Bản Hiện Tại 0.15
Cập Nhật Lần Cuối 2023-06-03
Ngày Phát Hành 2020-08-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Webs-Automation
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.eapplier.com/upwork-bot/
URL Trang Trợ Giúp http://eapplier.com/contact-us
URL Trang Chính Sách Bảo Mật https://www.eapplier.com/policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upwork Jobs Notifier",
    "description": "This extenstion is made to notify you with Upwork jobs that matches your skills.",
    "version": "0.15",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.upwork.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "panel.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "results.json",
                "https:\/\/websautomation.com\/ebay\/result.php",
                "result.php"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "storage"
    ]
}