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 |
| Eメール | [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"
]
} | |