ARM: Application Resource Manager
ARM allows you to easily manage and track all your job applications.
Vad är ARM: Application Resource Manager?
ARM: Application Resource Manager är en Chrome-tillägg utvecklad av armapptracker, och dess huvudfunktion är "ARM allows you to easily manage and track all your job applications.".
Tilläggsskärmbilder
Ladda ner ARM: Application Resource Manager-förlängningens CRX-fil
Ladda ner ARM: Application Resource Manager-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
Gone are the days where you're left wondering where you applied and when you applied. ARM allows you to simply aggregate, track, and manage all your job applications in an easy to use chrome extension. Get armed with the tool you need to land your next dream job! How does it work? 1. Create an ARM application on the page of your job listing 2. Fill in key job attributes such as company, position, application date, application status, and application notes 3. Track and edit your applications on the ARM dashboard More features to come!
Grundläggande Information om Tillägg
Namn | |
ID | lncocmadpkincipbnejcfkjdgghnbooj |
Officiell webbadress | https://chromewebstore.google.com/detail/arm-application-resource/lncocmadpkincipbnejcfkjdgghnbooj |
Beskrivning | ARM allows you to easily manage and track all your job applications. |
Filstorlek | 97.44 KB |
Antal Installationer | 104 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-08-19 |
Publiceringsdatum | 2020-08-18 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | armapptracker |
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": "ARM: Application Resource Manager", "version": "1.0", "description": "ARM allows you to easily manage and track all your job applications.", "permissions": [ "tabs", "storage" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "arm-logo-v1-16.png", "48": "arm-logo-v1-48.png", "128": "arm-logo-v1-128.png" }, "manifest_version": 2 } |