REIRail & Google Voice
Use Google Voice with REIRail
Apa itu REIRail & Google Voice?
REIRail & Google Voice adalah ekstensi Chrome yang dikembangkan oleh REIRail.com, dan fitur utamanya adalah "Use Google Voice with REIRail".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi REIRail & Google Voice
Unduh file ekstensi REIRail & Google Voice dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Turn REIRail into a dialing powerhouse by using your Google Voice number with your REIRail acccount.
Informasi Dasar Ekstensi
Nama | REIRail & Google Voice |
ID | kbojppdjdnkbjhonhdcechppejfeboid |
URL Resmi | https://chromewebstore.google.com/detail/reirail-google-voice/kbojppdjdnkbjhonhdcechppejfeboid |
Deskripsi | Use Google Voice with REIRail |
Ukuran File | 13.55 KB |
Jumlah Instalasi | 136 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2021-11-26 |
Tanggal Publikasi | 2021-11-26 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | REIRail.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.reirail.com |
URL Halaman Bantuan | https://www.reirail.com |
Bahasa yang Didukung | 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" ] } |