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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forget hunting for freelance jobs! Let your next job find you. Supports Upwork.com, Freelancer.com and PeoplePerHour.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Duuni.app - Find Freelance Jobs Automagically एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |