Easy Apply
Makes applying for jobs easier.
Vad är Easy Apply?
Easy Apply är en Chrome-tillägg utvecklad av jasonou, och dess huvudfunktion är "Makes applying for jobs easier.".
Tilläggsskärmbilder
Ladda ner Easy Apply-förlängningens CRX-fil
Ladda ner Easy Apply-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
# 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.
Grundläggande Information om Tillägg
Namn | Easy Apply |
ID | ffdpcmkeeabojbhacongdblkjcbogpab |
Officiell webbadress | https://chromewebstore.google.com/detail/easy-apply/ffdpcmkeeabojbhacongdblkjcbogpab |
Beskrivning | Makes applying for jobs easier. |
Filstorlek | 45.88 KB |
Antal Installationer | 113 |
Aktuell Version | 1.00 |
Senast Uppdaterad | 2017-12-28 |
Publiceringsdatum | 2017-12-27 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | jasonou |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |