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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}