PCRecruiter Google Voice Plugin

This extension allows access to Google Voice using PCRecruiter.

什么是PCRecruiter Google Voice Plugin?

PCRecruiter Google Voice Plugin是由PCRecruiter开发的Chrome扩展程序,该扩展的主要功能是“This extension allows access to Google Voice using PCRecruiter.”。

扩展截图

screenshot

下载PCRecruiter Google Voice Plugin扩展crx文件

下载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
}