LiveCareer Apply : Job Application Autofill
Autofill job applications with one click. Save hours of entering repetitive data with our intelligent and secure browser extension.
Τι είναι το LiveCareer Apply : Job Application Autofill;
Το LiveCareer Apply : Job Application Autofill είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://livecareer.com, και η κύρια λειτουργία του είναι "Autofill job applications with one click. Save hours of entering repetitive data with our intelligent and secure browser extension.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LiveCareer Apply : Job Application Autofill
Λήψη αρχείων επέκτασης LiveCareer Apply : Job Application Autofill σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Boost your search on the top job boards. Get a resume match score for any job listing. Customize your resume with our keyword suggestions. Apply faster with our convenient autofill tool. Use this extension on Glassdoor, Indeed, Monster, and other leading sites FEATURES - Resume Match Score Receive a score between 0-100 for each job you search for - Fast, Easy Customization Improve your resume with specific keyword suggestions - Apply Faster Automatically fill out repetitive fields on job applications. (Note: you must fill out fields at least once before autofill will work.) $2.95 for 14 days, cancel anytime. After 14 days, auto-renews every four weeks at $24.95 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 performance, this extension adapts and learns using your browsing URLs
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | njpijaeacchjhfpknnfcmckiedggdjkb |
Επίσημο URL | https://chrome.google.com/webstore/detail/livecareer-apply-job-appl/njpijaeacchjhfpknnfcmckiedggdjkb |
Περιγραφή | Autofill job applications with one click. Save hours of entering repetitive data with our intelligent and secure browser extension. |
Μέγεθος Αρχείου | 3.32 MB |
Αριθμός Εγκαταστάσεων | 7,618 |
Τρέχουσα Έκδοση | 1.22.1 |
Τελευταία Ενημέρωση | 2022-03-05 |
Ημερομηνία Δημοσίευσης | 2020-06-08 |
Αξιολόγηση | 3.96/5 Συνολικά 26 Αξιολογήσεις |
Προγραμματιστής | https://livecareer.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Ιστότοπος Επέκτασης | https://livecareer.com/job-apply-tool |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.livecareer.com/customer-service |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.livecareer.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Autofill job applications with one click. Save hours of entering repetitive data with our intelligent and secure browser extension.", "version": "1.22.1", "icons": { "48": "sys-res\/livecareer-icon-48.png", "128": "sys-res\/livecareer-icon-128.png" }, "page_action": { "default_icon": { "48": "sys-res\/livecareer-icon-48.png", "128": "sys-res\/livecareer-icon-128.png" }, "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "all_frames": true } ], "permissions": [ "cookies", "storage", "tabs", "*:\/\/*.livecareer.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.livecareer.com\/*" ], "accepts_tls_channel_id": false }, "web_accessible_resources": [ "img\/*", "css\/*", "data\/*", "js\/*", "images\/*", "zion-customizer.html" ], "name": "LiveCareer Apply : Job Application Autofill", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgzWyVR4iCj34jD+Tv4o9NP9vLI9WmcOeh3IKT\/TRHEEE8H8mTe9f09dvKpfnGV4i+EthmOFfxxczuLQzZWTxn3dOOC\/EX5L8CzrqQjXCuQPt2hxbAHvjR\/F5Y7WY+s17nSLDjsErd5oLdUYJIrLHmzp5T\/iL7wdGpheIVWKxLG0tNDYTBMew0gCKx+JUFRKqAoCK4EPhy+LFU68gAgE6ri1uYo89bMOwT\/IoXmT+jUBz3fJZa\/qd2eAfyY\/vw3iDRgXXB32XPB\/43ml8l+D8qz3nZusLMDJzWbRSnOHnEw\/USObWIgjX7VpRivqKQ15WE1+TF9wrNoaz8m7418kGKQIDAQAB", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.mxpnl.com https:\/\/cdn.segment.com\/ https:\/\/www.google-analytics.com; object-src 'self';" } |