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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Duuni.app และคุณลักษณะหลักของมันคือ "Forget hunting for freelance jobs! Let your next job find you. Supports Upwork.com, Freelancer.com and PeoplePerHour.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Duuni.app - Find Freelance Jobs Automagically
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } |