UpAlerts: AI Cover Letters

Generate personalized cover letters in seconds. Get hired faster with UpAlerts.

Τι είναι το UpAlerts: AI Cover Letters;

Το UpAlerts: AI Cover Letters είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://upalerts.app, και η κύρια λειτουργία του είναι "Generate personalized cover letters in seconds. Get hired faster with UpAlerts.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης UpAlerts: AI Cover Letters

Λήψη αρχείων επέκτασης UpAlerts: AI Cover Letters σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        UpAlerts is the ultimate productivity tool for freelancers that helps to streamline the job application process by generating cover letters for Upwork job posts using advanced AI technology. With its user-friendly design and functionality, UpAlerts is the perfect solution for freelancers looking to save time and effort while applying for new jobs on the platform.

To generate a cover letter, simply sign into the Chrome extension and navigate to the apply page of the Upwork job you're interested in. Click on the UpAlerts icon, choose the most relevant portfolio, and generate a cover letter in just a few clicks.

The UpAlerts Chrome extension is perfectly complemented by the UpAlerts Android and iOS app, which allows you to stay on top of job alerts and apply for gigs on the go. Download the Android app from the Google Play Store or the iOS app from the App Store to start using UpAlerts today and revolutionize your job application process.

Android App Link: https://play.google.com/store/apps/details?id=com.upalerts.app
iOS App: https://apps.apple.com/pk/app/upalerts-ai-writer-alerts/id1658154022                    

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

Όνομα UpAlerts: AI Cover Letters UpAlerts: AI Cover Letters
ID mohjajgdccdncohjeglnacfdchccegcg
Επίσημο URL https://chromewebstore.google.com/detail/upalerts-ai-cover-letters/mohjajgdccdncohjeglnacfdchccegcg
Περιγραφή Generate personalized cover letters in seconds. Get hired faster with UpAlerts.
Μέγεθος Αρχείου 2.93 MB
Αριθμός Εγκαταστάσεων 8,578
Τρέχουσα Έκδοση 0.3.0.1
Τελευταία Ενημέρωση 2024-01-17
Ημερομηνία Δημοσίευσης 2023-02-21
Αξιολόγηση 4.90/5 Συνολικά 187 Αξιολογήσεις
Προγραμματιστής https://upalerts.app
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://upalerts.app/
Διεύθυνση URL της Σελίδας Βοήθειας https://www.facebook.com/upalertsofficial
URL της Σελίδας Πολιτικής Απορρήτου https://upalerts.app/privacy_policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "UpAlerts: AI Cover Letters",
    "version": "0.3.0.1",
    "icons": {
        "128": "Assets\/Icons\/icon-128.png"
    },
    "description": "Generate personalized cover letters in seconds. Get hired faster with UpAlerts.",
    "short_name": "UpAlerts",
    "permissions": [
        "tabs",
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/us-central1-upalerts-4a943.cloudfunctions.net\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';script-src-elem 'self' 'unsafe-inline' https:\/\/apis.google.com",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "author": "UpAlerts",
    "minimum_chrome_version": "88",
    "action": {
        "default_icon": {
            "128": "Assets\/Icons\/icon-128.png"
        },
        "default_title": "UpAlerts"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/contentScript.bundle.js",
                "Assets\/*"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "529546149461-pai41r8dk1gvdbh2blsp6iqvdndbj5hb.apps.googleusercontent.com",
        "scopes": [
            "email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}