Easywork: Upwork helper
Upwork helper for freelancers
什麼是Easywork: Upwork helper?
Easywork: Upwork helper是由Iskandar S開發的Chrome擴展程式,該擴展的主要功能是“Upwork helper for freelancers”。
擴展截圖
下載Easywork: Upwork helper擴展crx文件
下載Easywork: Upwork helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Empower your freelance journey with our Chrome extension designed to streamline your Upwork experience, helps you save time looking for your next job! -Shows you how much you will earn from each job (-10%fee and connects cost) -Shows you how many connects you will have left if you apply to a job -Highlights jobs from clients with verified payment method -Highlights in red Post time if it's too old -Highlights in red "Client spent" it's too low -Highlights Proposals number
擴展基本資訊
名稱 | Easywork: Upwork helper |
ID | ommfnkjgcoljfppejglmlhoodcpcgpfh |
官方網址 | https://chromewebstore.google.com/detail/easywork-upwork-helper/ommfnkjgcoljfppejglmlhoodcpcgpfh |
簡介 | Upwork helper for freelancers |
檔案大小 | 200 KB |
安裝次數 | 55 |
目前版本 | 1.1.0 |
更新時間 | 2024-01-18 |
上架時間 | 2024-01-15 |
評分 | 5.00/5 共 3 次評分 |
開發者 | Iskandar S |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easywork: Upwork helper", "description": "Upwork helper for freelancers", "version": "1.1.0", "manifest_version": 3, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.upwork.com\/nx\/find-work\/*" ], "js": [ "content.js" ] } ], "icons": { "16": "images\/16.png", "48": "images\/48.png", "144": "images\/128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16.png", "48": "images\/48.png", "144": "images\/128.png" } } } |