Easy Apply
Makes applying for jobs easier.
Cos'è Easy Apply?
Easy Apply è un'estensione di Chrome sviluppata da jasonou, e la sua funzione principale è "Makes applying for jobs easier.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Apply
Scarica i file di estensione Easy Apply in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
# 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.
Informazioni di Base sull'Estensione
Nome | Easy Apply |
ID | ffdpcmkeeabojbhacongdblkjcbogpab |
URL Ufficiale | https://chromewebstore.google.com/detail/easy-apply/ffdpcmkeeabojbhacongdblkjcbogpab |
Descrizione | Makes applying for jobs easier. |
Dimensione del File | 45.88 KB |
Conteggio Installazioni | 113 |
Versione Corrente | 1.00 |
Ultimo Aggiornamento | 2017-12-28 |
Data di Pubblicazione | 2017-12-27 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | jasonou |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |