JobAdder for Gmail™

View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail.

JobAdder for Gmail™とは何ですか?

JobAdder for Gmail™はJobAdder Operations Pty Ltdによって開発されたChromeの拡張機能で、その主な機能は「View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

JobAdder for Gmail™拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The JobAdder Gmail Extension allows JobAdder users to view and update their JobAdder records from within Gmail. Includes the ability to view and update Candidate and Contact info as well as the ability create new Candidates, Contacts, Job Applications and notes.                    

拡張機能の基本情報

名前 JobAdder for Gmail™ JobAdder for Gmail™
ID kdgjajomkcifhcdkbdpiiiomjlnlncho
公式URL https://chromewebstore.google.com/detail/jobadder-for-gmail/kdgjajomkcifhcdkbdpiiiomjlnlncho
説明 View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail.
ファイルサイズ 175 KB
インストール数 3,149
現在のバージョン 4.1.3
最終更新日 2023-11-27
公開日 2019-03-24
評価 3.44/5 合計 9 レビュー
開発者 JobAdder Operations Pty Ltd
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://jobadder.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JobAdder for Gmail\u2122",
    "version": "4.1.3",
    "manifest_version": 3,
    "description": "View and update Contacts, Candidates, Job Applications and create notes in JobAdder directly from Gmail.",
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "96": "icon-96.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-38.png",
        "default_title": "JobAdder for Gmail\u2122"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/gmail.min.js",
                "scripts\/jquery.validate.min.js",
                "scripts\/jquery.validate.unobtrusive.min.js",
                "scripts\/hogan.min.js",
                "scripts\/templates.js",
                "scripts\/jobadder.min.js"
            ],
            "css": [
                "styles\/styles.min.css"
            ],
            "matches": [
                "http:\/\/mail.google.com\/mail*",
                "https:\/\/mail.google.com\/mail*",
                "http:\/\/mail.google.com\/a\/*",
                "https:\/\/mail.google.com\/a\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "eventPage.js"
    },
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "host_permissions": [
        "https:\/\/*.jobadder.com\/",
        "https:\/\/*.googleusercontent.com\/*",
        "https:\/\/*.googleusercontent.com\/attachment\/u\/0\/*",
        "https:\/\/mail.google.com\/mail\/*",
        "https:\/\/mail.google.com\/mail\/u\/0\/#inbox\/*"
    ]
}