Filter upwork projects

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

Apa itu Filter upwork projects?

Filter upwork projects adalah ekstensi Chrome yang dikembangkan oleh jaffarhussain1011, dan fitur utamanya adalah "List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Filter upwork projects

Unduh file ekstensi Filter upwork projects dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Filter upwork projects Filter upwork projects
ID lkffkjjkkenknhfhjgjkhlibaajddhon
URL Resmi https://chromewebstore.google.com/detail/filter-upwork-projects/lkffkjjkkenknhfhjgjkhlibaajddhon
Deskripsi List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries
Ukuran File 348 KB
Jumlah Instalasi 36
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-03-15
Tanggal Publikasi 2022-03-12
Penilaian 5.00/5 Total 1 Penilaian
Pengembang jaffarhussain1011
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.linkedin.com/in/jaffarhussain1011/
Bahasa yang Didukung 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"
    ]
}