PCRecruiter Google Voice Plugin

This extension allows access to Google Voice using PCRecruiter.

PCRecruiter Google Voice Pluginคืออะไร?

PCRecruiter Google Voice Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PCRecruiter และคุณลักษณะหลักของมันคือ "This extension allows access to Google Voice using PCRecruiter."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PCRecruiter Google Voice Plugin

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

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

                        An extension that allows Google Voice to be used as the integrated dialer within PCRecruiter. Call your candidates through your browser!                    

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

ชื่อ PCRecruiter Google Voice Plugin PCRecruiter Google Voice Plugin
ID jbnipflpcmcdjnakjipfbcikigcdbhpe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe
คำอธิบาย This extension allows access to Google Voice using PCRecruiter.
ขนาดไฟล์ 219 KB
จำนวนการติดตั้ง 232
เวอร์ชันปัจจุบัน 1.0.10
อัปเดตครั้งล่าสุด 2022-10-08
วันที่เผยแพร่ 2019-09-06
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา PCRecruiter
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pcrecruiter.net/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PCRecruiter Google Voice Plugin",
    "description": "This extension allows access to Google Voice using PCRecruiter.",
    "version": "1.0.10",
    "icons": {
        "128": "phone.png"
    },
    "options_page": "options.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.google.com\/",
        "https:\/\/content.googleapis.com\/",
        "notifications"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "phone.png",
            "24": "phone.png",
            "32": "phone.png"
        },
        "default_title": "PCR_Google_Voice",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pcrecruiter.net\/*",
                "https:\/\/voice.google.com\/*"
            ],
            "css": [
                "extension.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "voicex.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}