FastApply: Job Search Assistant

Your personal job search assistant. Finding good jobs made easy, applying to them done fast.

Τι είναι το FastApply: Job Search Assistant;

Το FastApply: Job Search Assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.fastapply.io, και η κύρια λειτουργία του είναι "Your personal job search assistant. Finding good jobs made easy, applying to them done fast.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης FastApply: Job Search Assistant

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

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

                        Finding a good job doesn't have to be hard. FastApply is your own personal AI powered job search assistant. 

Job Search Assistant displays quick stats of jobs you are viewing on most popular job boards. Quickly see pay range for similar jobs, apply time estimates, benefits and job fit.

Download prewritten cover letters and mock interviews for any job in seconds.

Open-ended questions on job interviews got you down? No problem. FastApply's FastAnswer feature crafts informed, articulated and personalized answers to any question you encounter on a job application. Like the answer? Save it for later, or generate common questions and answers based on your job profile.

Join hundreds of job seekers on our platform who have collectively saved thousands of hours browsing and applying with FastApply!


_________________
*By installing you are agreeing to our Terms and Conditions. They are available to review here: https://fastapply.io/terms-and-conditions
**Please review our Privacy Policy here: https://fastapply.io/privacy-policy.                    

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

Όνομα FastApply: Job Search Assistant FastApply: Job Search Assistant
ID aeehmpkhpgdelfojgjfnmeccdfegmbdk
Επίσημο URL https://chromewebstore.google.com/detail/fastapply-job-search-assi/aeehmpkhpgdelfojgjfnmeccdfegmbdk
Περιγραφή Your personal job search assistant. Finding good jobs made easy, applying to them done fast.
Μέγεθος Αρχείου 6.7 MB
Αριθμός Εγκαταστάσεων 169
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2023-10-25
Ημερομηνία Δημοσίευσης 2023-04-14
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://www.fastapply.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.fastapply.io/
URL της Σελίδας Πολιτικής Απορρήτου https://www.fastapply.io/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FastApply: Job Search Assistant",
    "description": "Your personal job search assistant. Finding good jobs made easy, applying to them done fast.",
    "version": "1.0.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/fa.png",
        "32": ".\/images\/fa.png",
        "48": ".\/images\/fa.png",
        "128": ".\/images\/fa.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/images\/fa.png",
            "32": ".\/images\/fa.png",
            "48": ".\/images\/fa.png",
            "128": ".\/images\/fa.png"
        }
    },
    "options_page": ".\/options.html",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "content_security_policy": {
        "extension_page": "script-src 'self' 'wasm-unsafe-eval'"
    },
    "host_permissions": [
        ""
    ]
}