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
官方網址 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
}