TextRecruit Extension

The TextRecruit Everywhere Extension helps recruiters text candidates from their ATS, job boards, or LinkedIn.

TextRecruit Extensionคืออะไร?

TextRecruit Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://textrecruit.com และคุณลักษณะหลักของมันคือ "The TextRecruit Everywhere Extension helps recruiters text candidates from their ATS, job boards, or LinkedIn."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        TextRecruit is a candidate and employee engagement platform that uses text message, live chat and artificial intelligence to help you hire better people, faster.  It's the first and only platform to centralize all talent communication, allowing recruiters and HR to manage relationships with their talent throughout the entire employee lifecycle.  By adding the TextRecruit extension to your Chrome browser, you will automatically detect mobile numbers, create candidates in TextRecruit and add candidates to campaigns from any website. The latest browser enhancements include:  Access to the TextRecruit inbox and campaign templates within the extension, search candidates by name and filter and select candidate conversations; all helping you to engage talent directly from your browser.  All contacts, messages, campaigns, response rates and opt-outs will continue to be tracked in your TextRecruit account.                    

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

ชื่อ TextRecruit Extension TextRecruit Extension
ID hohjiogaaddpcpakfaegfacbaggphald
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/textrecruit-extension/hohjiogaaddpcpakfaegfacbaggphald
คำอธิบาย The TextRecruit Everywhere Extension helps recruiters text candidates from their ATS, job boards, or LinkedIn.
ขนาดไฟล์ 48.01 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 4.0.2
อัปเดตครั้งล่าสุด 2024-03-06
วันที่เผยแพร่ 2020-06-03
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://textrecruit.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.textrecruit.com/chrome-extension/
URL หน้าช่วยเหลือ https://textrecruit.zendesk.com/hc/en-us
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TextRecruit Extension",
    "short_name": "TextRecruit Extension",
    "homepage_url": "https:\/\/www.icims.com\/products\/talent-cloud-platform\/text-engagement\/",
    "description": "The TextRecruit Everywhere Extension helps recruiters text candidates from their ATS, job boards, or LinkedIn.",
    "version": "4.0.2",
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "action": {
        "default_icon": ".\/img\/tr_bubble_grey_48.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "incognito": "not_allowed",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "*.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/hangouts.google.com\/*",
                "*:\/\/mail.google.com\/*",
                "https:\/\/sso.texasroadhouse.com\/*",
                "https:\/\/js.stripe.com\/*",
                "https:\/\/login.microsoftonline.com\/*",
                "https:\/\/secure.ace.advertising.com\/*",
                "http:\/\/127.0.0.1\/*",
                "https:\/\/*.icimsmco.net\/*",
                "https:\/\/*.slack.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": false
        }
    ],
    "icons": {
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    }
}