REIRail & Google Voice

Use Google Voice with REIRail

What is REIRail & Google Voice?

REIRail & Google Voice is a Chrome extension developed by REIRail.com, and its main feature is "Use Google Voice with REIRail".

Extension Screenshots

screenshot

Download REIRail & Google Voice Extension CRX File

Download REIRail & Google Voice extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Turn REIRail into a dialing powerhouse by using your Google Voice number with your REIRail acccount.                    

Extension Basic Information

Name REIRail & Google Voice REIRail & Google Voice
ID kbojppdjdnkbjhonhdcechppejfeboid
Official URL https://chromewebstore.google.com/detail/reirail-google-voice/kbojppdjdnkbjhonhdcechppejfeboid
Description Use Google Voice with REIRail
File Size 13.55 KB
Installation Count 136
Current Version 0.0.1
Last Updated 2021-11-26
Publish Date 2021-11-26
Rating 5.00/5 Total 1 Ratings
Developer REIRail.com
Email [email protected]
Payment Type free
Extension Website https://www.reirail.com
Help Page URL https://www.reirail.com
Supported Languages 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"
    ]
}