jobLink
Gather all your personal links in one place for job applications.
Was ist jobLink?
jobLink ist eine Chrome-Erweiterung, die von Edwin Carbajal entwickelt wurde, und ihr Hauptmerkmal ist "Gather all your personal links in one place for job applications.".
Erweiterungsscreenshots
jobLink-Erweiterungs-CRX-Datei herunterladen
Laden Sie jobLink-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | jobLink |
ID | beenamdbplclkdnknlhmemhpimhkdilh |
Offizielle URL | https://chromewebstore.google.com/detail/joblink/beenamdbplclkdnknlhmemhpimhkdilh |
Beschreibung | Gather all your personal links in one place for job applications. |
Dateigröße | 1.03 MB |
Installationsanzahl | 142 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2017-07-12 |
Veröffentlichungsdatum | 2017-07-12 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Edwin Carbajal |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/edwincarbajal/joblink |
Unterstützte Sprachen | 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" ] } |