REIRail & Google Voice
Use Google Voice with REIRail
Vad är REIRail & Google Voice?
REIRail & Google Voice är en Chrome-tillägg utvecklad av REIRail.com, och dess huvudfunktion är "Use Google Voice with REIRail".
Tilläggsskärmbilder
Ladda ner REIRail & Google Voice-förlängningens CRX-fil
Ladda ner REIRail & Google Voice-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Turn REIRail into a dialing powerhouse by using your Google Voice number with your REIRail acccount. Grundläggande Information om Tillägg
| Namn | |
| ID | kbojppdjdnkbjhonhdcechppejfeboid |
| Officiell webbadress | https://chromewebstore.google.com/detail/reirail-google-voice/kbojppdjdnkbjhonhdcechppejfeboid |
| Beskrivning | Use Google Voice with REIRail |
| Filstorlek | 13.55 KB |
| Antal Installationer | 136 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2021-11-26 |
| Publiceringsdatum | 2021-11-26 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | REIRail.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.reirail.com |
| Hjälpsida URL | https://www.reirail.com |
| Stödda Språk | 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"
]
} | |