UpBrain: Freelancer/Upwork ChatGPT Proposals

AI Powered Freelance Proposals

Τι είναι το UpBrain: Freelancer/Upwork ChatGPT Proposals;

Το UpBrain: Freelancer/Upwork ChatGPT Proposals είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον UpBrain, και η κύρια λειτουργία του είναι "AI Powered Freelance Proposals".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης UpBrain: Freelancer/Upwork ChatGPT Proposals

Λήψη αρχείων επέκτασης UpBrain: Freelancer/Upwork ChatGPT Proposals σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Are you tired of spending hours writing cover letters and proposals for your freelance gigs on platforms like Upwork and Freelancer? Say goodbye to those endless hours of staring at a blank page with UpBrain!

UpBrain is an AI-powered tool that helps freelancers save time by automating the process of writing cover letters and proposals with ChatGPT. And the best part? It's completely free to use!

With UpBrain's easy-to-use Chrome extension, you can quickly generate personalized cover letters and proposals tailored to each project you apply for. Simply select the project details, and UpBrain will generate a customized letter or proposal for you.

Not only does UpBrain save you time, but it also improves the quality of your applications. The tool uses natural language processing and machine learning algorithms to ensure that your cover letters and proposals are professional, effective, and tailored to the specific project requirements.

Privacy is our top priority, thats why UpBrain doesn't store any information about your UpWork/Freelancer accounts. Your API key never leaves the browser!

So why spend hours writing cover letters and proposals when you can do it in minutes with UpBrain? Download the UpBrain Chrome extension today and start landing more freelance gigs on Upwork and Freelancer!                    

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

Όνομα UpBrain: Freelancer/Upwork ChatGPT Proposals UpBrain: Freelancer/Upwork ChatGPT Proposals
ID hcpimjkjckapgdcmdegonfncpggheijg
Επίσημο URL https://chromewebstore.google.com/detail/upbrain-freelancerupwork/hcpimjkjckapgdcmdegonfncpggheijg
Περιγραφή AI Powered Freelance Proposals
Μέγεθος Αρχείου 955 KB
Αριθμός Εγκαταστάσεων 86
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2023-04-27
Ημερομηνία Δημοσίευσης 2023-04-26
Αξιολόγηση 1.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής UpBrain
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://upbrain.co
Διεύθυνση URL της Σελίδας Βοήθειας https://upbrain.co
URL της Σελίδας Πολιτικής Απορρήτου https://upbrain.co/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UpBrain: Freelancer\/Upwork ChatGPT Proposals",
    "description": "AI Powered Freelance Proposals",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background-scripts\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/imgs\/icons\/icon16.png",
        "32": "\/imgs\/icons\/icon32.png",
        "48": "\/imgs\/icons\/icon48.png",
        "128": "\/imgs\/icons\/icon128.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/mail.google.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content-scripts\/jquery.js"
            ],
            "css": [
                "content-scripts\/styles.css",
                "content-scripts\/animate.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.upwork.com\/ab\/proposals\/*"
            ],
            "js": [
                "content-scripts\/upwork.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.freelancer.com\/*"
            ],
            "js": [
                "content-scripts\/freelancer.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/imgs\/icons\/icon128.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}