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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}