OMG Sales Assessments

Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.

OMG Sales Assessments란 무엇입니까?

OMG Sales Assessments은(는) Objective Management Group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

OMG Sales Assessments 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows current users of Objective Management Group's suite of Sales Candidate Assessments send links to candidates for employment and view assessment results from inside the web browser, while accessing their web-based Applicant Tracking Systems.

You must be a current user of our products (with a username and password) to use this extension.                    

확장 프로그램 기본 정보

이름 OMG Sales Assessments OMG Sales Assessments
ID kjddlhalbifjjenfdhhanijlpkoomjle
공식 URL https://chromewebstore.google.com/detail/omg-sales-assessments/kjddlhalbifjjenfdhhanijlpkoomjle
설명 Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.
파일 크기 48.79 KB
설치 횟수 59
현재 버전 1.0.0
최근 업데이트 2019-05-17
출시 날짜 2019-05-17
평점 5.00/5 총 1 개의 평점
개발자 Objective Management Group
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://objectivemanagement.com
도움말 페이지 URL http://support.objectivemanagement.com
개인정보 보호 정책 페이지 URL http://objectivemanagement.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OMG Sales Assessments",
    "description": "Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.",
    "version": "1.0.0",
    "icons": {
        "128": "OMG128.png",
        "48": "OMG48.png",
        "16": "OMG16.png"
    },
    "browser_action": {
        "default_icon": "OMG16.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab"
    ],
    "optional_permissions": [
        "tabs",
        "*:\/\/*\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "page": "eventPage.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/info.objectivemanagement.com\/CECheck.aspx"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "contentScript.js"
            ]
        }
    ],
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Runs"
        }
    }
}