REIRail & Google Voice

Use Google Voice with REIRail

ما هو REIRail & Google Voice؟

REIRail & Google Voice هو إضافة Chrome تم تطويرها بواسطة REIRail.com، والميزة الرئيسية لها هي "Use Google Voice with REIRail".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة REIRail & Google Voice

قم بتنزيل ملفات الامتداد REIRail & Google Voice بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
    ]
}