REIRail & Google Voice
Use Google Voice with REIRail
什么是REIRail & Google Voice?
REIRail & Google Voice是由REIRail.com开发的Chrome扩展程序,该扩展的主要功能是“Use Google Voice with REIRail”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| ID | kbojppdjdnkbjhonhdcechppejfeboid |
| 官方URL | 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"
]
} | |