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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
    ]
}