OMG Sales Assessments

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

Wat is OMG Sales Assessments?

OMG Sales Assessments is een Chrome-extensie ontwikkeld door Objective Management Group, en de belangrijkste functie is "Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie OMG Sales Assessments

Download OMG Sales Assessments-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam OMG Sales Assessments OMG Sales Assessments
ID kjddlhalbifjjenfdhhanijlpkoomjle
Officiële URL https://chromewebstore.google.com/detail/omg-sales-assessments/kjddlhalbifjjenfdhhanijlpkoomjle
Beschrijving Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems.
Bestandsgrootte 48.79 KB
Aantal Installaties 59
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-05-17
Publicatiedatum 2019-05-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Objective Management Group
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://objectivemanagement.com
Help Pagina-URL http://support.objectivemanagement.com
URL van de Privacybeleid Pagina http://objectivemanagement.com/privacy
Ondersteunde Talen 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"
        }
    }
}