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
电子邮箱 [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"
        }
    }
}