jobLink
Gather all your personal links in one place for job applications.
Vad är jobLink?
jobLink är en Chrome-tillägg utvecklad av Edwin Carbajal, och dess huvudfunktion är "Gather all your personal links in one place for job applications.".
Tilläggsskärmbilder
Ladda ner jobLink-förlängningens CRX-fil
Ladda ner jobLink-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
Automate your job search by saving time on job applications. Save your personal links and have quick access to them anytime.
Features:
- Save your personal links.
- Copy & paste to any application.
- Beautiful UI.
- Dark Mode.
- 100% Free. Grundläggande Information om Tillägg
| Namn | |
| ID | beenamdbplclkdnknlhmemhpimhkdilh |
| Officiell webbadress | https://chromewebstore.google.com/detail/joblink/beenamdbplclkdnknlhmemhpimhkdilh |
| Beskrivning | Gather all your personal links in one place for job applications. |
| Filstorlek | 1.03 MB |
| Antal Installationer | 142 |
| Aktuell Version | 1.1.1 |
| Senast Uppdaterad | 2017-07-12 |
| Publiceringsdatum | 2017-07-12 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | Edwin Carbajal |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/edwincarbajal/joblink |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "jobLink",
"description": "Gather all your personal links in one place for job applications.",
"version": "1.1.1",
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png",
"128": "images\/icon128.png"
},
"default_title": "joblink",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab",
"storage"
]
} | |