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 |
公式URL | 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 |
Eメール | [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" ] } |