Duuni.app - Find Freelance Jobs Automagically
Forget hunting for freelance jobs! Let your next job find you. Supports Upwork.com, Freelancer.com and PeoplePerHour.com
什麼是Duuni.app - Find Freelance Jobs Automagically?
Duuni.app - Find Freelance Jobs Automagically是由Duuni.app開發的Chrome擴展程式,該擴展的主要功能是“Forget hunting for freelance jobs! Let your next job find you. Supports Upwork.com, Freelancer.com and PeoplePerHour.com”。
擴展截圖
下載Duuni.app - Find Freelance Jobs Automagically擴展crx文件
下載Duuni.app - Find Freelance Jobs Automagically擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Duuni helps you to find more interesting freelance jobs without any extra effort. Once you have set your search criteria, Duuni will monitor new jobs 24/7/365 for you. Supported platforms: - Upwork - Freelancer.com - PeoplePerHour You can set which platforms you want to monitor, what type of jobs you would like and how much they should pay. You can even filter out clients with bad reputations. When Duuni finds new jobs for you, you will get a notification.
擴展基本資訊
名稱 | |
ID | eceogabmebeggailnnlngjkkcmbhpdnb |
官方網址 | https://chrome.google.com/webstore/detail/duuniapp-find-freelance-j/eceogabmebeggailnnlngjkkcmbhpdnb |
簡介 | Forget hunting for freelance jobs! Let your next job find you. Supports Upwork.com, Freelancer.com and PeoplePerHour.com |
檔案大小 | 146 KB |
安裝次數 | 104 |
目前版本 | 1.0.2 |
更新時間 | 2020-09-15 |
上架時間 | 2020-09-13 |
評分 | 3.00/5 共 3 次評分 |
開發者 | Duuni.app |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://duuni.app |
隱私政策頁面URL | https://duuni.app/privacy-notice |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDescription__", "version": "1.0.2", "short_name": "__MSG_appShortName__", "manifest_version": 2, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "scripts": [ "scripts\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "pages\/popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; font-src 'self' data:;", "content_scripts": [ { "matches": [ "http:\/\/www.upwork.com\/*", "https:\/\/www.upwork.com\/*", "http:\/\/www.freelancer.com\/*", "https:\/\/www.freelancer.com\/*", "http:\/\/www.peopleperhour.com\/*", "https:\/\/www.peopleperhour.com\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "management", "notifications", "storage", "webRequest" ] } |