PCRecruiter Google Voice Plugin

This extension allows access to Google Voice using PCRecruiter.

Wat is PCRecruiter Google Voice Plugin?

PCRecruiter Google Voice Plugin is een Chrome-extensie ontwikkeld door PCRecruiter, en de belangrijkste functie is "This extension allows access to Google Voice using PCRecruiter.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PCRecruiter Google Voice Plugin

Download PCRecruiter Google Voice Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam PCRecruiter Google Voice Plugin PCRecruiter Google Voice Plugin
ID jbnipflpcmcdjnakjipfbcikigcdbhpe
Officiële URL https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe
Beschrijving This extension allows access to Google Voice using PCRecruiter.
Bestandsgrootte 219 KB
Aantal Installaties 232
Huidige Versie 1.0.10
Laatst Bijgewerkt 2022-10-08
Publicatiedatum 2019-09-06
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar PCRecruiter
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.pcrecruiter.net/
Ondersteunde Talen 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
}