Upwork ToolKit
Find good opportunities more efficiently, improve browsing experience
什麼是Upwork ToolKit?
Upwork ToolKit是由MrGreen開發的Chrome擴展程式,該擴展的主要功能是“Find good opportunities more efficiently, improve browsing experience”。
擴展截圖
下載Upwork ToolKit擴展crx文件
下載Upwork ToolKit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Find good opportunities more efficiently, improve browsing experience, apply styling based on your rules, to exclude jobs you don't normally apply to
擴展基本資訊
名稱 | Upwork ToolKit |
ID | lehelogbgpjdhonbmnlfnhikclcdgjei |
官方網址 | https://chromewebstore.google.com/detail/upwork-toolkit/lehelogbgpjdhonbmnlfnhikclcdgjei |
簡介 | Find good opportunities more efficiently, improve browsing experience |
檔案大小 | 127 KB |
安裝次數 | 497 |
目前版本 | 1.0.0 |
更新時間 | 2022-04-24 |
上架時間 | 2022-04-23 |
評分 | 5.00/5 共 1 次評分 |
開發者 | MrGreen |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://subscriptionhandler.herokuapp.com/privacy_policy.txt |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Upwork ToolKit", "version": "1.0.0", "icons": { "16": "assets\/icons\/icon-16x16.png", "32": "assets\/icons\/icon-32x32.png", "48": "assets\/icons\/icon-48x48.png", "128": "assets\/icons\/icon-128x128.png" }, "description": "Find good opportunities more efficiently, improve browsing experience", "homepage_url": "https:\/\/github.com\/aozien", "short_name": "Upwork ToolKit", "permissions": [ "storage" ], "host_permissions": [ "http:\/\/www.upwork.com\/*", "https:\/\/www.upwork.com\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "author": "aozien", "minimum_chrome_version": "88", "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/icon-16x16.png", "32": "assets\/icons\/icon-32x32.png", "48": "assets\/icons\/icon-48x48.png", "128": "assets\/icons\/icon-128x128.png" }, "default_title": "tiny title", "chrome_style": false }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/www.upwork.com\/nx\/find-work*", "http:\/\/www.upwork.com\/nx\/jobs\/search\/*", "https:\/\/www.upwork.com\/nx\/find-work*", "https:\/\/www.upwork.com\/nx\/jobs\/search\/*" ], "js": [ "js\/contentScript.bundle.js" ] } ] } |