Up freelance helper
Show notifications on new jobs on Upwork. Get detailed notification information
Up freelance helperとは何ですか?
Up freelance helperはvolodalexeyによって開発されたChromeの拡張機能で、その主な機能は「Show notifications on new jobs on Upwork. Get detailed notification information」です。
拡張機能のスクリーンショット
Up freelance helper拡張機能のCRXファイルをダウンロード
Up freelance helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension help you to ping Upwork for new jobs.
You can:
- filter (delete) downloaded job.
- if job is downloaded and you apply to this job on Upwork site - extension will keep this apply action. Any new jobs will be checked if you applied to this client already.
- simple seetings to show notifications, etc.
Это дополнение помогает вам пинговать новые вакансии на Upwork
Вы можете:
- фильтровать (удалять) загруженные вакансии.
- если у вас загружена вакансия и вы откликнулись на эту вакансию на Upwork сайте - тогда дополнение запомнит этот отклик. В дальнейшем любая загруженная работа будет проверена, не откликались вы уже на вакансию этого клиента.
- простые настройки для показа всплывающих сообщений, и т.д. 拡張機能の基本情報
| 名前 | |
| ID | fcpogaaliekkehdbmgmkbpkobejholdd |
| 公式URL | https://chromewebstore.google.com/detail/up-freelance-helper/fcpogaaliekkehdbmgmkbpkobejholdd |
| 説明 | Show notifications on new jobs on Upwork. Get detailed notification information |
| ファイルサイズ | 1.65 MB |
| インストール数 | 572 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2019-06-07 |
| 公開日 | 2019-06-06 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | volodalexey |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Up freelance helper",
"description": "Show notifications on new jobs on Upwork. Get detailed notification information",
"version": "1.5",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_popup": "popup.html"
},
"background": {
"persistent": true,
"scripts": [
"js\/background.js"
]
},
"permissions": [
"https:\/\/www.upwork.com\/",
"notifications",
"alarms",
"background",
"webRequest",
"storage"
],
"options_page": "options.html"
} | |