PCRecruiter Google Voice Plugin

This extension allows access to Google Voice using PCRecruiter.

Qu'est-ce que PCRecruiter Google Voice Plugin ?

PCRecruiter Google Voice Plugin est une extension Chrome développée par PCRecruiter, et sa fonction principale est "This extension allows access to Google Voice using PCRecruiter.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PCRecruiter Google Voice Plugin

Téléchargez les fichiers d'extension PCRecruiter Google Voice Plugin au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PCRecruiter Google Voice Plugin PCRecruiter Google Voice Plugin
ID jbnipflpcmcdjnakjipfbcikigcdbhpe
URL Officiel https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe
Description This extension allows access to Google Voice using PCRecruiter.
Taille du Fichier 219 KB
Nombre d'Installations 232
Version Actuelle 1.0.10
Dernière Mise à Jour 2022-10-08
Date de Publication 2019-09-06
Évaluation 4.50/5 Total 4 Évaluations
Développeur PCRecruiter
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.pcrecruiter.net/
Langues Prises en Charge 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
}