PCRecruiter Google Voice Plugin

This extension allows access to Google Voice using PCRecruiter.

Apa itu PCRecruiter Google Voice Plugin?

PCRecruiter Google Voice Plugin adalah ekstensi Chrome yang dikembangkan oleh PCRecruiter, dan fitur utamanya adalah "This extension allows access to Google Voice using PCRecruiter.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PCRecruiter Google Voice Plugin

Unduh file ekstensi PCRecruiter Google Voice Plugin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama PCRecruiter Google Voice Plugin PCRecruiter Google Voice Plugin
ID jbnipflpcmcdjnakjipfbcikigcdbhpe
URL Resmi https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe
Deskripsi This extension allows access to Google Voice using PCRecruiter.
Ukuran File 219 KB
Jumlah Instalasi 232
Versi Saat Ini 1.0.10
Terakhir Diperbarui 2022-10-08
Tanggal Publikasi 2019-09-06
Penilaian 4.50/5 Total 4 Penilaian
Pengembang PCRecruiter
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.pcrecruiter.net/
Bahasa yang Didukung 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
}