jobLink

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

What is jobLink?

jobLink is a Chrome extension developed by Edwin Carbajal, and its main feature is "Gather all your personal links in one place for job applications.".

Extension Screenshots

screenshot
screenshot
screenshot

Download jobLink Extension CRX File

Download jobLink extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name jobLink jobLink
ID beenamdbplclkdnknlhmemhpimhkdilh
Official URL https://chromewebstore.google.com/detail/joblink/beenamdbplclkdnknlhmemhpimhkdilh
Description Gather all your personal links in one place for job applications.
File Size 1.03 MB
Installation Count 142
Current Version 1.1.1
Last Updated 2017-07-12
Publish Date 2017-07-12
Rating 5.00/5 Total 4 Ratings
Developer Edwin Carbajal
Email [email protected]
Payment Type free
Extension Website https://github.com/edwincarbajal/joblink
Supported Languages 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"
    ]
}