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 сайте - тогда дополнение запомнит этот отклик. В дальнейшем любая загруженная работа будет проверена, не откликались вы уже на вакансию этого клиента. - простые настройки для показа всплывающих сообщений, и т.д.
擴展基本資訊
名稱 | Up freelance helper |
ID | fcpogaaliekkehdbmgmkbpkobejholdd |
官方網址 | 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" } |