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 |
官方網址 | 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" ] } |