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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου 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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Duuni.app - Find Freelance Jobs Automagically Duuni.app - Find Freelance Jobs Automagically
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"
    ]
}