jobLink

Gather all your personal links in one place for job applications.

Wat is jobLink?

jobLink is een Chrome-extensie ontwikkeld door Edwin Carbajal, en de belangrijkste functie is "Gather all your personal links in one place for job applications.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie jobLink

Download jobLink-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam jobLink jobLink
ID beenamdbplclkdnknlhmemhpimhkdilh
Officiële URL https://chromewebstore.google.com/detail/joblink/beenamdbplclkdnknlhmemhpimhkdilh
Beschrijving Gather all your personal links in one place for job applications.
Bestandsgrootte 1.03 MB
Aantal Installaties 142
Huidige Versie 1.1.1
Laatst Bijgewerkt 2017-07-12
Publicatiedatum 2017-07-12
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Edwin Carbajal
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/edwincarbajal/joblink
Ondersteunde Talen 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"
    ]
}