Wedge Integration Extension

Extension for using Wedge with an ATS Integration

Wedge Integration Extensionคืออะไร?

Wedge Integration Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chrome-extension และคุณลักษณะหลักของมันคือ "Extension for using Wedge with an ATS Integration"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wedge Integration Extension

ดาวน์โหลดไฟล์ส่วนขยาย Wedge Integration Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Hire faster and easier by connecting your Wedge Video Interviewing account to your ATS with this Chrome Extension. The Wedge Extension allows you to invite candidates to record interviews on their own time for you to review on yours.

What you'll get with this extension: 
- An experience fully integrated with your ATS.
- Invite Candidates without leaving your ATS.
- Review interviews with 1 click.

The Wedge Integration works with the following ATS:
- ADP WorkforceNow
- CareerPlug
- Paylocity
- Paradox
- Paycor
and more....                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Wedge Integration Extension Wedge Integration Extension
ID olocemggbefmkehflhgmapdjnmjkefhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wedge-integration-extensi/olocemggbefmkehflhgmapdjnmjkefhm
คำอธิบาย Extension for using Wedge with an ATS Integration
ขนาดไฟล์ 2.5 MB
จำนวนการติดตั้ง 177
เวอร์ชันปัจจุบัน 1.1.38
อัปเดตครั้งล่าสุด 2024-03-04
วันที่เผยแพร่ 2022-08-18
ผู้พัฒนา chrome-extension
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.wedgehr.com/
URL หน้าช่วยเหลือ https://help.wedgehr.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.wedgehr.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Extension for using Wedge with an ATS Integration",
    "version": "1.1.38",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApXHE9wX5ws1Kv7auCPjMfmL4RE3AN2TBEs2FBDEq9JG42eZNXZSqd70qGm7kanbmvwsCk3He8S0dLeuSLX+Cjhjpg15+zBoycdNkvSL5OTjJ15h9jDDb1s0V5hd1z6\/wbdoAFVd3vo7qD4I5JzCyGIObl0QYBre+MyTOn\/IZIeoBZFQjwuVHocZ1MyEYrYzhozbtDE3yO35fqfxigZeex3x5avi74q5AStjdXM7+cAwVi8OnEFo1z7skYvb8NYWrQo550a5JUPMd89JWD39OvDa1jI64\/BP3ivdHKYBcMBJclu8GrOJ\/xw3IwR6rugXiWy+K2UvAIBabKEL8IjT0sQIDAQAB",
    "name": "Wedge Integration Extension",
    "icons": {
        "16": "W16.png",
        "32": "W32.png",
        "48": "W48.png",
        "128": "W128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "W32gray.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/workforcenow.adp.com\/*"
            ],
            "js": [
                "adpContentScript.bundle.js",
                "sentryScript.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.careerplug.com\/manage\/apps*"
            ],
            "js": [
                "careerPlugContentScript.bundle.js",
                "sentryScript.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/talent.paylocity.com\/Talent\/Candidate\/Review\/*"
            ],
            "js": [
                "paylocityContentScript.bundle.js",
                "sentryScript.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.mchire.com\/candidates\/*",
                "https:\/\/www.mchire.com\/interviews\/scheduled*",
                "https:\/\/olivia.paradox.ai\/candidates\/*",
                "https:\/\/olivia.paradox.ai\/interviews\/scheduled*"
            ],
            "js": [
                "paradoxContentScript.bundle.js",
                "sentryScript.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/secure3.entertimeonline.com\/*",
                "https:\/\/secure4.entertimeonline.com\/*",
                "https:\/\/secure4.saashr.com\/*"
            ],
            "js": [
                "ukgContentScript.bundle.js",
                "sentryScript.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/recruitingbypaycor.com\/*"
            ],
            "js": [
                "paycorContentScript.bundle.js",
                "sentryScript.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.wedgebeta.com\/*",
                "https:\/\/recruiting.ultipro.ca\/*",
                "https:\/\/employers.indeed.com\/*"
            ],
            "js": [
                "genericContentScript.bundle.js",
                "sentryScript.bundle.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/hire.wedge.dev\/*",
            "*:\/\/app.wedgebeta.com\/*",
            "*:\/\/app.wedgehr.com\/*"
        ]
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "identity",
        "identity.email"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "monochromeWordmark.svg",
                "monochromeW.svg",
                "monochromeGrayW.svg",
                "newWordmark.svg",
                "newLogo.svg",
                "Connected.html"
            ],
            "matches": [
                "https:\/\/workforcenow.adp.com\/*",
                "https:\/\/app.careerplug.com\/*",
                "https:\/\/talent.paylocity.com\/*",
                "https:\/\/www.mchire.com\/*",
                "https:\/\/secure3.entertimeonline.com\/*",
                "https:\/\/recruitingbypaycor.com\/*",
                "https:\/\/app.wedgebeta.com\/*",
                "https:\/\/recruiting.ultipro.ca\/*",
                "https:\/\/employers.indeed.com\/*",
                "https:\/\/secure4.entertimeonline.com\/*",
                "https:\/\/secure4.saashr.com\/*",
                "https:\/\/olivia.paradox.ai\/*",
                "http:\/\/localhost:3001\/*"
            ]
        }
    ]
}