REIRail & Google Voice
Use Google Voice with REIRail
Wat is REIRail & Google Voice?
REIRail & Google Voice is een Chrome-extensie ontwikkeld door REIRail.com, en de belangrijkste functie is "Use Google Voice with REIRail".
Extensie Screenshots
Download het CRX-bestand van de extensie REIRail & Google Voice
Download REIRail & Google Voice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Turn REIRail into a dialing powerhouse by using your Google Voice number with your REIRail acccount.
Basisinformatie over de Extensie
Naam | REIRail & Google Voice |
ID | kbojppdjdnkbjhonhdcechppejfeboid |
Officiële URL | https://chromewebstore.google.com/detail/reirail-google-voice/kbojppdjdnkbjhonhdcechppejfeboid |
Beschrijving | Use Google Voice with REIRail |
Bestandsgrootte | 13.55 KB |
Aantal Installaties | 136 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2021-11-26 |
Publicatiedatum | 2021-11-26 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | REIRail.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.reirail.com |
Help Pagina-URL | https://www.reirail.com |
Ondersteunde Talen | 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" ] } |