TVox Click to Call

Click on phone numbers to call them through the TVox Client

TVox Click to Call क्या है?

TVox Click to Call https://teleniasoftware.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click on phone numbers to call them through the TVox Client"।

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

screenshot
screenshot
screenshot

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

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

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

                        TVox Click to Call is the extension that allows TVox users to make a call by simply clicking on the phone numbers present on CRM / ERP web based or from internet sites via Chrome browser.

- Quick and easy configuration
- Enable the call feature on your web based crm / erp
- Save typing time by eliminating the need to dial, copy and paste numbers
- Type of call:
1) Click the underlined numbers directly
2) highlight the number and then make the call with the right mouse button


NOTE
Post Installation:

On Google Chrome

The TVox Click to Call extension icon in gray will be visible in the upper right corner of the browser.
Open your TVox Web Client and refresh the page to automatically configure the TVox Click to Call extension.                    

एक्सटेंशन की मूल जानकारी

नाम TVox Click to Call TVox Click to Call
ID lcpoakjecdidnegmabgpkjhmbgbakfpd
आधिकारिक URL https://chromewebstore.google.com/detail/tvox-click-to-call/lcpoakjecdidnegmabgpkjhmbgbakfpd
विवरण Click on phone numbers to call them through the TVox Client
फ़ाइल का आकार 474 KB
स्थापना संख्या 271
वर्तमान संस्करण 2.2
अंतिम अपडेट 2020-01-17
प्रकाशन तिथि 2020-01-15
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://teleniasoftware.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.teleniasoftware.com/informativa-privacy
समर्थित भाषाएँ en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.2",
    "default_locale": "en",
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "browser_action": [],
    "icons": {
        "16": "static\/images\/logo.png",
        "48": "static\/images\/logo.png",
        "128": "static\/images\/logo.png",
        "256": "static\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/lib\/jquery-3.4.1.min.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/content_script.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/tvox_page_content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "",
        "notifications"
    ]
}