jobLink

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

jobLinkとは何ですか?

jobLinkはEdwin Carbajalによって開発されたChromeの拡張機能で、その主な機能は「Gather all your personal links in one place for job applications.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

jobLink拡張機能のCRXファイルをダウンロード

jobLink拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 jobLink jobLink
ID beenamdbplclkdnknlhmemhpimhkdilh
公式URL https://chromewebstore.google.com/detail/joblink/beenamdbplclkdnknlhmemhpimhkdilh
説明 Gather all your personal links in one place for job applications.
ファイルサイズ 1.03 MB
インストール数 142
現在のバージョン 1.1.1
最終更新日 2017-07-12
公開日 2017-07-12
評価 5.00/5 合計 4 レビュー
開発者 Edwin Carbajal
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/edwincarbajal/joblink
対応言語 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"
    ]
}