Yay.com Click to Dial

The official Yay.com Click To Dial Extension

Yay.com Click to Dial क्या है?

Yay.com Click to Dial https://yay.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The official Yay.com Click To Dial Extension"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Yay.com Click to Dial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        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"
            ]
        }
    ]
}