Easy Apply
Makes applying for jobs easier.
Qu'est-ce que Easy Apply ?
Easy Apply est une extension Chrome développée par jasonou, et sa fonction principale est "Makes applying for jobs easier.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Easy Apply
Téléchargez les fichiers d'extension Easy Apply au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
# easy-apply Chrome extension for making my time applying for jobs easier. Allows me to save data that I use frequently and easily copy and paste it. Also will allow me to save positions I am interested in or applied for. ## FEATURES 1) Users are able to save simple data such as their frequenctly used LinkedIn, GitHub, Phone Number, and Email Address. 2) There are two quick links to job searching sites, LinkedIn Jobs, and Indeed. 3) Users are able to save jobs they are interested in and view them. 4) Users are able to remove and modify the status of their applications. ## Storage using the Chrome Storage API > Storage API format using a JSON representation.
Informations de Base sur l'Extension
Nom | Easy Apply |
ID | ffdpcmkeeabojbhacongdblkjcbogpab |
URL Officiel | https://chromewebstore.google.com/detail/easy-apply/ffdpcmkeeabojbhacongdblkjcbogpab |
Description | Makes applying for jobs easier. |
Taille du Fichier | 45.88 KB |
Nombre d'Installations | 113 |
Version Actuelle | 1.00 |
Dernière Mise à Jour | 2017-12-28 |
Date de Publication | 2017-12-27 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | jasonou |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Apply", "version": "1.00", "manifest_version": 2, "description": "Makes applying for jobs easier.", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon48.png" }, "browser_action": { "default_title": "Easy Apply", "default_icon": "icons\/icon48.png", "default_popup": "popup\/popup.html" }, "permissions": [ "clipboardWrite", "storage" ] } |