Up freelance helper
Show notifications on new jobs on Upwork. Get detailed notification information
¿Qué es Up freelance helper?
Up freelance helper es una extensión de Chrome desarrollada por volodalexey, y su función principal es "Show notifications on new jobs on Upwork. Get detailed notification information".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Up freelance helper
Descarga archivos de extensión Up freelance helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 сайте - тогда дополнение запомнит этот отклик. В дальнейшем любая загруженная работа будет проверена, не откликались вы уже на вакансию этого клиента. - простые настройки для показа всплывающих сообщений, и т.д.
Información Básica de la Extensión
Nombre | Up freelance helper |
ID | fcpogaaliekkehdbmgmkbpkobejholdd |
URL Oficial | https://chromewebstore.google.com/detail/up-freelance-helper/fcpogaaliekkehdbmgmkbpkobejholdd |
Descripción | Show notifications on new jobs on Upwork. Get detailed notification information |
Tamaño del Archivo | 1.65 MB |
Cantidad de Instalaciones | 572 |
Versión Actual | 1.5 |
Última Actualización | 2019-06-07 |
Fecha de Publicación | 2019-06-06 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | volodalexey |
Tipo de Pago | free |
Idiomas Soportados | 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" } |