Upwork ToolKit

Find good opportunities more efficiently, improve browsing experience

Upwork ToolKitคืออะไร?

Upwork ToolKit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MrGreen และคุณลักษณะหลักของมันคือ "Find good opportunities more efficiently, improve browsing experience"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Upwork ToolKit

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

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

                        Find good opportunities more efficiently, improve browsing experience, apply styling based on your rules, to exclude jobs you don't normally apply to                    

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

ชื่อ Upwork ToolKit Upwork ToolKit
ID lehelogbgpjdhonbmnlfnhikclcdgjei
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/upwork-toolkit/lehelogbgpjdhonbmnlfnhikclcdgjei
คำอธิบาย Find good opportunities more efficiently, improve browsing experience
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 497
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-04-24
วันที่เผยแพร่ 2022-04-23
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา MrGreen
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://subscriptionhandler.herokuapp.com/privacy_policy.txt
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Upwork ToolKit",
    "version": "1.0.0",
    "icons": {
        "16": "assets\/icons\/icon-16x16.png",
        "32": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-48x48.png",
        "128": "assets\/icons\/icon-128x128.png"
    },
    "description": "Find good opportunities more efficiently, improve browsing experience",
    "homepage_url": "https:\/\/github.com\/aozien",
    "short_name": "Upwork ToolKit",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/www.upwork.com\/*",
        "https:\/\/www.upwork.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "author": "aozien",
    "minimum_chrome_version": "88",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/icon-16x16.png",
            "32": "assets\/icons\/icon-32x32.png",
            "48": "assets\/icons\/icon-48x48.png",
            "128": "assets\/icons\/icon-128x128.png"
        },
        "default_title": "tiny title",
        "chrome_style": false
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.upwork.com\/nx\/find-work*",
                "http:\/\/www.upwork.com\/nx\/jobs\/search\/*",
                "https:\/\/www.upwork.com\/nx\/find-work*",
                "https:\/\/www.upwork.com\/nx\/jobs\/search\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ]
        }
    ]
}