Add to JobMind

This button lets you add a jobposting or a contact to JobMind

Add to JobMindとは何ですか?

Add to JobMindはhttp://jobmind.comによって開発されたChromeの拡張機能で、その主な機能は「This button lets you add a jobposting or a contact to JobMind」です。

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

screenshot

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

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

拡張機能の使用方法

                        The JobMind button: the easiest way to save jobs or contacts that interest you

Use JobMind extension to add a job listing or a contact into your account from any job website. You can then find this offer in your personal account to track your job application with ease.

Once installed, the button is in your toolbar. By clicking the button JobMind, the main information of the jobs are extracted into your account. Simply login with JobMind credentials .

Note: JobMind does not consult, transmits, or store your browsing data.

To learn more about us, visit https://www.jobmind.com/
Contact us on [email protected]                    

拡張機能の基本情報

名前 Add to JobMind Add to JobMind
ID aiddmiofflfjcjbdgfilemcolafgikpj
公式URL https://chrome.google.com/webstore/detail/aiddmiofflfjcjbdgfilemcolafgikpj
説明 This button lets you add a jobposting or a contact to JobMind
ファイルサイズ 27.53 KB
インストール数 79
現在のバージョン 0.7.2
最終更新日 2017-09-28
公開日 2017-09-28
評価 5.00/5 合計 2 レビュー
開発者 http://jobmind.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.jobmind.com/
プライバシーポリシーページのURL https://www.jobmind.com/privacy
対応言語 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Add to JobMind"
    },
    "name": "Add to JobMind",
    "description": "This button lets you add a jobposting or a contact to JobMind",
    "homepage_url": "https:\/\/www.jobmind.com",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.7.2",
    "manifest_version": 2
}