REIRail & Google Voice

Use Google Voice with REIRail

什麼是REIRail & Google Voice?

REIRail & Google Voice是由REIRail.com開發的Chrome擴展程式,該擴展的主要功能是“Use Google Voice with REIRail”。

擴展截圖

screenshot

下載REIRail & Google Voice擴展crx文件

下載REIRail & Google Voice擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Turn REIRail into a dialing powerhouse by using your Google Voice number with your REIRail acccount.                    

擴展基本資訊

名稱 REIRail & Google Voice REIRail & Google Voice
ID kbojppdjdnkbjhonhdcechppejfeboid
官方網址 https://chromewebstore.google.com/detail/reirail-google-voice/kbojppdjdnkbjhonhdcechppejfeboid
簡介 Use Google Voice with REIRail
檔案大小 13.55 KB
安裝次數 136
目前版本 0.0.1
更新時間 2021-11-26
上架時間 2021-11-26
評分 5.00/5 共 1 次評分
開發者 REIRail.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.reirail.com
說明頁面URL https://www.reirail.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "REIRail & Google Voice",
    "description": "Use Google Voice with REIRail",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/voice.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}