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 扩展基本信息
| 名称 | |
| ID | ommfnkjgcoljfppejglmlhoodcpcgpfh |
| 官方URL | 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"
}
}
} | |