Filter upwork projects

List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries

Filter upwork projects là gì?

Filter upwork projects là một tiện ích mở rộng Chrome được phát triển bởi jaffarhussain1011, và tính năng chính của nó là "List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Filter upwork projects 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

                        This extension runs only on upwork.com website, In this extension upwork filter feature is enhanced and add the capability to exclude listed projects from display based on selected client countries.                    

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

Tên Filter upwork projects Filter upwork projects
ID lkffkjjkkenknhfhjgjkhlibaajddhon
URL Chính Thức https://chromewebstore.google.com/detail/filter-upwork-projects/lkffkjjkkenknhfhjgjkhlibaajddhon
Mô tả List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries
Kích Thước Tệp 348 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-03-15
Ngày Phát Hành 2022-03-12
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển jaffarhussain1011
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.linkedin.com/in/jaffarhussain1011/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Filter upwork projects",
    "description": "List down all countries from upwork jobs listing page , and filter\/exclude listed projects from display based on selected countries",
    "author": "Jaffar Hussain ",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.upwork.com\/*"
            ],
            "js": [
                "static\/filter-projects.js"
            ]
        }
    ],
    "icons": {
        "16": "logo192.png",
        "48": "logo192.png",
        "128": "logo192.png"
    },
    "permissions": [
        "activeTab"
    ]
}