PCRecruiter Google Voice Plugin

This extension allows access to Google Voice using PCRecruiter.

PCRecruiter Google Voice Plugin là gì?

PCRecruiter Google Voice Plugin là một tiện ích mở rộng Chrome được phát triển bởi PCRecruiter, và tính năng chính của nó là "This extension allows access to Google Voice using PCRecruiter.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PCRecruiter Google Voice Plugin

Tải xuống các tệp mở rộng PCRecruiter Google Voice Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PCRecruiter Google Voice Plugin PCRecruiter Google Voice Plugin
ID jbnipflpcmcdjnakjipfbcikigcdbhpe
URL Chính Thức https://chromewebstore.google.com/detail/pcrecruiter-google-voice/jbnipflpcmcdjnakjipfbcikigcdbhpe
Mô tả This extension allows access to Google Voice using PCRecruiter.
Kích Thước Tệp 219 KB
Số Lần Cài Đặt 232
Phiên Bản Hiện Tại 1.0.10
Cập Nhật Lần Cuối 2022-10-08
Ngày Phát Hành 2019-09-06
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển PCRecruiter
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.pcrecruiter.net/
Ngôn Ngữ Được Hỗ Trợ 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
}