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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Objective Management Group และคุณลักษณะหลักของมันคือ "Send links to candidates for employment and view assessment results while accessing your Applicant Tracking Systems."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OMG Sales Assessments

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}