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คืออะไร?

Filter upwork projects เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jaffarhussain1011 และคุณลักษณะหลักของมันคือ "List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Filter upwork projects

ดาวน์โหลดไฟล์ส่วนขยาย Filter upwork projects ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Filter upwork projects Filter upwork projects
ID lkffkjjkkenknhfhjgjkhlibaajddhon
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/filter-upwork-projects/lkffkjjkkenknhfhjgjkhlibaajddhon
คำอธิบาย List down all countries from upwork jobs listing page , and filter/exclude listed projects from display based on selected countries
ขนาดไฟล์ 348 KB
จำนวนการติดตั้ง 36
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-03-15
วันที่เผยแพร่ 2022-03-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา jaffarhussain1011
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.linkedin.com/in/jaffarhussain1011/
ภาษาที่รองรับ 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"
    ]
}