REIRail & Google Voice
Use Google Voice with REIRail
REIRail & Google Voiceคืออะไร?
REIRail & Google Voice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย REIRail.com และคุณลักษณะหลักของมันคือ "Use Google Voice with REIRail"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย REIRail & Google Voice
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |