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 |
| Eメール | [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"
}
}
} | |