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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में OMG Sales Assessments एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}