REIRail & Google Voice

Use Google Voice with REIRail

REIRail & Google Voice क्या है?

REIRail & Google Voice REIRail.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Google Voice with REIRail"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में REIRail & Google Voice एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम REIRail & Google Voice 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"
    ]
}