8x8 Web Dialer

Call any phone number straight from where you are on a web page.

ما هو 8x8 Web Dialer؟

8x8 Web Dialer هو إضافة Chrome تم تطويرها بواسطة 8x8team، والميزة الرئيسية لها هي "Call any phone number straight from where you are on a web page.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة 8x8 Web Dialer

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

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

                        Make calls via 8x8
* Making a call is as simple as clicking a button next to a phone number anywhere you are on a web page

Text anyone via 8x8
* Sending a SMS to an external contact has never been more straightforward as of now

Once installed, the extension will automatically highlight most phone numbers in your web browser as a blue link.

Popup guide:
* You can enable the option to send SMS from the plugins settings
* Click a phone number and you will have the option to either Call or Send a SMS via 8x8
* You will be redirected to 8x8 Work for Desktop app

The 8x8 Web Dialer will save you valuable seconds on each contact you are trying to reach via phone or text message.

It’s a great way to save time every day:
* Call or text almost any phone number in your web browser with one click.
* Save seconds per call and improve your calling accuracy.
* Big spreadsheet of numbers to call? Save it as an HTML file or load it into Google Sheets and use the 'Publish to the web' feature, then open it in your browser to create a clickable dialing directory.
* On web pages that don't support direct number clicking, simply highlight and right-click on phone numbers to call them. This feature also supports 8x8 Contact Center.

If you use the web frequently for research or sales prospecting, this browser extension from 8x8 can save you and your employees hours per year.

REQUIREMENTS
* Windows 8 and newer, MacOS 10.13 and newer
* 8x8 Work for Desktop application https://www.8x8.com/products/apps
* Chrome browse                    

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

الاسم 8x8 Web Dialer 8x8 Web Dialer
ID kflmnoghmmldhkplfhanlkobnjjgikoa
عنوان URL الرسمي https://chromewebstore.google.com/detail/8x8-web-dialer/kflmnoghmmldhkplfhanlkobnjjgikoa
الوصف Call any phone number straight from where you are on a web page.
حجم الملف 135 KB
عدد التثبيتات 33,593
النسخة الحالية 2.5.0
آخر تحديث 2024-02-22
تاريخ النشر 2020-03-24
تقييم 2.76/5 مجموع تقييمات 38
المطور 8x8team
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.8x8.com/terms-and-conditions/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "8x8 Web Dialer",
    "version": "2.5.0",
    "description": "Call any phone number straight from where you are on a web page.",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "action": {
        "default_area": "navbar"
    },
    "background": {
        "service_worker": "scripts\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "scripts\/options\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "contextMenus",
        "webNavigation",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/main.js"
            ],
            "css": [
                "scripts\/main.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/svgs\/phone.svg",
                "\/assets\/svgs\/message.svg",
                "\/assets\/svgs\/8x8LogoRed.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}