GoHire Text Recruiting Extension

Text Recruit with GoHire and Apply by Text. Text recruiting from your ATS, HRIS, job boards, career sites, HCM, payroll, and CRMs.

GoHire Text Recruiting Extensionคืออะไร?

GoHire Text Recruiting Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gohire.com และคุณลักษณะหลักของมันคือ "Text Recruit with GoHire and Apply by Text. Text recruiting from your ATS, HRIS, job boards, career sites, HCM, payroll, and CRMs."

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

screenshot
screenshot
screenshot

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

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

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

                        Text Recruiting Software Chrome Extension - The fastest way to connect with your candidates and clients.

Use the GoHire Chrome Extension for Text Recruiting from virtually any website, job board, ATS, payroll, HRIC, HCM. If you need to text your candidates or employees, GoHire can help.

Text Messages have a 97% open rate compare to email @14%.

GET FAST RESPONSES!

INTEGRATES WITH YOUR CRM & ATS!

Automate processes with chatbot integrations.
Use GoHire with Apply-By-Text to Acquire, Engage, and Hire candiates.
Recruiting Automation with our Automated Scheduling via text messaging.

Stay on top of your messages while working on your computer. Read and reply to incoming texts and start new messages in your Chrome browser.


FEATURES:
When you install the GoHire Chrome Extension you’ll be able to:
- Auto Recognize Phone numbers & Add Contacts
- Send Text Messages from computers
- Incoming Message Notifications
- Manage Multiple Conversations
- Universal Messaging:
   - Text / SMS
   - Live Chat
   - Facebook Messenger
   - Chatbot Conversations
- One-Click Automated Scheduling
- Integrates with your CRM and ATS
- View contact conversations
- Add contacts to groups
- Template Messages
- Notifications of new contacts and messages.

For more information or Support please visit GoHire.com, or email [email protected]                    

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

ชื่อ GoHire Text Recruiting Extension GoHire Text Recruiting Extension
ID klhnifpjkooofboemipmklkknobeilml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gohire-text-recruiting-ex/klhnifpjkooofboemipmklkknobeilml
คำอธิบาย Text Recruit with GoHire and Apply by Text. Text recruiting from your ATS, HRIS, job boards, career sites, HCM, payroll, and CRMs.
ขนาดไฟล์ 8.36 MB
จำนวนการติดตั้ง 78
เวอร์ชันปัจจุบัน 1.54
อัปเดตครั้งล่าสุด 2023-05-31
วันที่เผยแพร่ 2020-01-08
ผู้พัฒนา https://gohire.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://gohire.com
URL หน้าช่วยเหลือ https://help.gohire.com
URL หน้านโยบายความเป็นส่วนตัว https://gohire.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GoHire Text Recruiting Extension",
    "version": "1.54",
    "description": "Text Recruit with GoHire and Apply by Text. Text recruiting from your ATS, HRIS, job boards, career sites, HCM, payroll, and CRMs.",
    "manifest_version": 2,
    "browser_action": [],
    "icons": {
        "16": "\/assets\/images\/GO2_16.png",
        "48": "\/assets\/images\/GO2_48.png",
        "128": "\/assets\/images\/GO2_128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/static\/css\/content.css"
            ],
            "js": [
                "\/static\/js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "\/static\/js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "\/assets\/images\/can-send.png",
        "\/assets\/images\/cant-send.png",
        "\/assets\/images\/spinner.gif",
        "\/assets\/images\/logo.png",
        "\/assets\/images\/GO2_128.png",
        "\/assets\/images\/GO2-black.png",
        "\/static\/css\/content.css",
        "\/static\/media\/*"
    ]
}