VOIP Awesome

Makes phone numbers on websites callable with a click of a button, when using the VOIP Awesome system. NEW: Added SMS Chat Interface

ما هو VOIP Awesome؟

VOIP Awesome هو إضافة Chrome تم تطويرها بواسطة https://voipawesome.com، والميزة الرئيسية لها هي "Makes phone numbers on websites callable with a click of a button, when using the VOIP Awesome system. NEW: Added SMS Chat Interface".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة VOIP Awesome

قم بتنزيل ملفات الامتداد VOIP Awesome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension makes calling phone numbers in your Google Chrome browser as easy as clicking a button. The extension creates a clickable button icon next to each phone number on the websites that you visit.

How does it work?
When the VOIP Awesome icon is clicked the phone system will dial your desk phone (or soft phone) first, and when answered, it will dial the phone number that you just clicked on. All you have to do is click on the number, and answer the phone.

** An active VOIP Awesome account is required, see our website for more information **

We respect your privacy. We do not store the websites that you visit, nor the phone numbers on the websites that you visit (unless you Click-and-Dial the number, then it will be stored in your VOIP Awesome Call History)

The VOIP Awesome Extension privacy policy can be found at:
https://c2d.voipawesome.com/privacy/                    

معلومات أساسية عن التمديد

الاسم VOIP Awesome VOIP Awesome
ID boedhkgmfcbainiacjbijohbepigmddn
عنوان URL الرسمي https://chromewebstore.google.com/detail/voip-awesome/boedhkgmfcbainiacjbijohbepigmddn
الوصف Makes phone numbers on websites callable with a click of a button, when using the VOIP Awesome system. NEW: Added SMS Chat Interface
حجم الملف 10.29 MB
عدد التثبيتات 43
النسخة الحالية v0.9.1
آخر تحديث 2022-08-23
تاريخ النشر 2020-12-21
تقييم 5.00/5 مجموع تقييمات 1
المطور https://voipawesome.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://c2d.voipawesome.com/
عنوان صفحة المساعدة https://voipawesome.com/
عنوان صفحة سياسة الخصوصية https://c2d.voipawesome.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VOIP Awesome",
    "version": "0.9.1",
    "version_name": "v0.9.1",
    "short_name": "VOIPAwesome",
    "minimum_chrome_version": "88.0.0.0",
    "content_security_policy": {
        "extension_pages": "connect-src *; img-src *; base-uri 'self'; form-action 'self'; style-src 'self' 'unsafe-inline'; default-src 'self'; script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    },
    "default_locale": "en",
    "description": "Makes phone numbers on websites callable with a click of a button, when using the VOIP Awesome system. NEW: Added SMS Chat Interface",
    "homepage_url": "https:\/\/c2d.voipawesome.com",
    "icons": {
        "16": "assets\/voip-awesome-16.png",
        "24": "assets\/voip-awesome-24.png",
        "32": "assets\/voip-awesome-32.png",
        "48": "assets\/voip-awesome-48.png",
        "128": "assets\/voip-awesome-128.png"
    },
    "offline_enabled": false,
    "incognito": "spanning",
    "action": {
        "default_icon": {
            "16": "assets\/voip-awesome-16.png",
            "24": "assets\/voip-awesome-24.png",
            "32": "assets\/voip-awesome-32.png",
            "48": "assets\/voip-awesome-48.png",
            "128": "assets\/voip-awesome-128.png"
        },
        "default_title": "VOIP Awesome",
        "default_popup": "menu.html"
    },
    "background": {
        "service_worker": "js\/background-worker.js"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/jquery-2.1.1.js",
                "assets\/date.js",
                "js\/templates.js",
                "js\/voipawesome.js",
                "js\/vai-click-and-dial.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "new-msg.html",
                "new-msg.html#*"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "permissions": [
        "activeTab",
        "alarms",
        "background",
        "cookies",
        "idle",
        "notifications",
        "storage",
        "system.display",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.voipawesome.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.voipawesome.com\/*"
        ]
    }
}