jobLink

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

Qu'est-ce que jobLink ?

jobLink est une extension Chrome développée par Edwin Carbajal, et sa fonction principale est "Gather all your personal links in one place for job applications.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension jobLink

Téléchargez les fichiers d'extension jobLink au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom jobLink jobLink
ID beenamdbplclkdnknlhmemhpimhkdilh
URL Officiel https://chromewebstore.google.com/detail/joblink/beenamdbplclkdnknlhmemhpimhkdilh
Description Gather all your personal links in one place for job applications.
Taille du Fichier 1.03 MB
Nombre d'Installations 142
Version Actuelle 1.1.1
Dernière Mise à Jour 2017-07-12
Date de Publication 2017-07-12
Évaluation 5.00/5 Total 4 Évaluations
Développeur Edwin Carbajal
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/edwincarbajal/joblink
Langues Prises en Charge 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"
    ]
}