Yay.com Click to Dial

The official Yay.com Click To Dial Extension

Yay.com Click to Dialคืออะไร?

Yay.com Click to Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://yay.com และคุณลักษณะหลักของมันคือ "The official Yay.com Click To Dial Extension"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yay.com Click to Dial

ดาวน์โหลดไฟล์ส่วนขยาย Yay.com Click to Dial ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Instantly dial phone numbers on a webpage with just one click.  
 
The Yay.com Click to Dial extension offers the ability for Yay.com users to make real-time calls by simply clicking a phone number in a web browser or CRM system.
 
The extension automatically detects phone numbers on webpages and converts them into clickable links to allow quick and easy one-click dialling. It is compatible with all webpages, including those in CRM systems such as Salesforce, Hubspot, Zoho and many more.

-       Save time spent manually dialling numbers, by just clicking a number on-screen
-       Easy and immediate click to call integration
-       Detects local, non-geographic and international phone numbers
-       Enhances productivity and helps increase sales
-       Helps improve customer satisfaction via increased response times
-       View call logs and statistics via the Yay.com platform
 
Visit www.yay.com for more information on how Yay.com Cloud communications and scalable VoIP phone systems can benefit you.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Yay.com Click to Dial Yay.com Click to Dial
ID nnodjdfenchdfkceofhpkcikpjgjfnop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/yaycom-click-to-dial/nnodjdfenchdfkceofhpkcikpjgjfnop
คำอธิบาย The official Yay.com Click To Dial Extension
ขนาดไฟล์ 620 KB
จำนวนการติดตั้ง 717
เวอร์ชันปัจจุบัน 1.4.0
อัปเดตครั้งล่าสุด 2024-01-26
วันที่เผยแพร่ 2020-01-27
ผู้พัฒนา https://yay.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.yay.com/
URL หน้าช่วยเหลือ https://www.yay.com/about/contact-us/
URL หน้านโยบายความเป็นส่วนตัว https://www.yay.com/about/privacy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    },
    "name": "Yay.com Click to Dial",
    "version": "1.4.0",
    "description": "The official Yay.com Click To Dial Extension",
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Yay.com",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.yay.com\/*",
                "https:\/\/yay.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}