Zety: Customize, Autofill, Apply
Customize your resume. Autofill your applications. Apply with confidence.
Τι είναι το Zety: Customize, Autofill, Apply;
Το Zety: Customize, Autofill, Apply είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zetychromedevs, και η κύρια λειτουργία του είναι "Customize your resume. Autofill your applications. Apply with confidence.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Zety: Customize, Autofill, Apply
Λήψη αρχείων επέκτασης Zety: Customize, Autofill, Apply σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Boost your job search with the Zety Chrome extension. Helps you find a suitable job and apply for the job. Tells you how well your resume matches to a job and gives you opportunity to customize your resume for a job. This extension allows you to search for jobs on leading job boards, get a job-specific resume match score for each job you view, customize your resume for the job, and apply for jobs faster with our convenient autofill tool. The Zety Chrome extension works on these job boards: Indeed, Glassdoor, LinkedIn, Careerbuilder, Monster, ZipRecruiter, Google, Snagajob, SimplyHired and USAjobs.gov FEATURES - Resume Match Score When you search for a job through the job boards listed above, you’ll receive a resume match score between 0-100, so you can see how well your resume fits the opportunity. The better the score, the better the fit. - Fast, Easy Customization The resume customizer will provide specific suggestions to improve your resume, so you can boost your resume match score, and increase your chances of landing the job. - Save Time Applying with Autofill Our autofill tool makes your job search easier by automatically filling out repetitive fields on job applications. (Note: you must fill out fields at least once before autofill will work.) $2.70 for 14 days, cancel anytime. After 14 days, auto-renews every four weeks at $24.70 By downloading this extension you agree to our Terms of Use and Privacy Policy. Also, in the interest of transparency please note in order to provide you continually improving autofill performance, this extension adapts and learns using your browsing URLs.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | phgjjfpgapilhjlknbbogkiblolmpolc |
Επίσημο URL | https://chrome.google.com/webstore/detail/zety-customize-autofill-a/phgjjfpgapilhjlknbbogkiblolmpolc |
Περιγραφή | Customize your resume. Autofill your applications. Apply with confidence. |
Μέγεθος Αρχείου | 3.26 MB |
Αριθμός Εγκαταστάσεων | 14,803 |
Τρέχουσα Έκδοση | 1.22.1 |
Τελευταία Ενημέρωση | 2022-02-18 |
Ημερομηνία Δημοσίευσης | 2020-06-08 |
Αξιολόγηση | 2.45/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | zetychromedevs |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://builder.zety.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://zety.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Customize your resume. Autofill your applications. Apply with confidence.", "version": "1.22.1", "icons": { "48": "sys-res\/zety-icon-48.png", "128": "sys-res\/zety-icon-128.png" }, "page_action": { "default_icon": { "48": "sys-res\/zety-icon-48.png", "128": "sys-res\/zety-icon-128.png" }, "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true } ], "permissions": [ "cookies", "storage", "tabs", "*:\/\/*.zety.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.zety.com\/*" ], "accepts_tls_channel_id": false }, "web_accessible_resources": [ "img\/*", "css\/*", "data\/*", "js\/*", "images\/*", "zion-customizer.html" ], "name": "Zety: Customize, Autofill, Apply", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhcSbQxitSiJiPMpBc0ivUn2mxHMOsQhk7QhO\/GtNqLSp5WK18DocMpbqfKwwW6Jmc8HgU3lm033zDhsMnInCMiybFtUpWB4TGwHhAbwei1avjjtL4yRkjA+GEbqBZqoGy5Jtm6TG7zrVi6ExYygllcrqHnX\/ChLy2ACJGx+8bK8ilFTc5xb\/srVvzoGhZEzV48C94wRVXN8JdLSpLBiNvZSC9T3eRBwPPmHRAcraszBAiGUmfyh7nXnlYTYuICBgSRxNwvBORpyvq6XAX3bqLo91o\/V+JR8c5cpuu2Xp2oxlTXj1mkLapkEGUiJEVaDJhKS7nN\/oWVgzKwKx9yZzgQIDAQAB", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.mxpnl.com https:\/\/cdn.segment.com\/ https:\/\/www.google-analytics.com; object-src 'self';" } |