Upwork Jobs Notifier
This extenstion is made to notify you with Upwork jobs that matches your skills.
什么是Upwork Jobs Notifier?
Upwork Jobs Notifier是由Webs-Automation开发的Chrome扩展程序,该扩展的主要功能是“This extenstion is made to notify you with Upwork jobs that matches your skills.”。
扩展截图
下载Upwork Jobs Notifier扩展crx文件
下载Upwork Jobs Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It is an intelligent tool that is designed to help freelancers, that can search for the freelancing jobs with your skills and it will notify you from all the available jobs which can apply. Using this extension, you'll never miss the new jobs and be the first to apply over the collected jobs.
扩展基本信息
名称 | |
ID | mddclmbcpjfifnjpandbbabgaamnombn |
官方URL | https://chrome.google.com/webstore/detail/upwork-jobs-notifier/mddclmbcpjfifnjpandbbabgaamnombn |
简介 | This extenstion is made to notify you with Upwork jobs that matches your skills. |
文件大小 | 395 KB |
安装次数 | 287 |
当前版本 | 0.15 |
更新时间 | 2023-06-03 |
上架时间 | 2020-08-27 |
评分 | 5.00/5 共1次评分 |
开发者 | Webs-Automation |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.eapplier.com/upwork-bot/ |
帮助页面URL | http://eapplier.com/contact-us |
隐私政策页面URL | https://www.eapplier.com/policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Upwork Jobs Notifier", "description": "This extenstion is made to notify you with Upwork jobs that matches your skills.", "version": "0.15", "content_scripts": [ { "matches": [ "https:\/\/www.upwork.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "action": { "default_popup": "panel.html" }, "web_accessible_resources": [ { "resources": [ "results.json", "https:\/\/websautomation.com\/ebay\/result.php", "result.php" ], "matches": [], "extension_ids": [] } ], "permissions": [ "storage" ] } |