PCRecruiter Google Voice Plugin

This extension allows access to Google Voice using PCRecruiter.

What is PCRecruiter Google Voice Plugin?

PCRecruiter Google Voice Plugin is a Chrome extension developed by PCRecruiter, and its main feature is "This extension allows access to Google Voice using PCRecruiter.".

Extension Screenshots

screenshot

Download PCRecruiter Google Voice Plugin Extension CRX File

Download PCRecruiter Google Voice Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name PCRecruiter Google Voice Plugin PCRecruiter Google Voice Plugin
ID jbnipflpcmcdjnakjipfbcikigcdbhpe
Official URL https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe
Description This extension allows access to Google Voice using PCRecruiter.
File Size 219 KB
Installation Count 232
Current Version 1.0.10
Last Updated 2022-10-08
Publish Date 2019-09-06
Rating 4.50/5 Total 4 Ratings
Developer PCRecruiter
Email [email protected]
Payment Type free
Extension Website https://www.pcrecruiter.net/
Supported Languages 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
}