Evolux Click2Call

This extension shows a call button for every phone number in the current page

What is Evolux Click2Call?

Evolux Click2Call is a Chrome extension developed by https://evolux.net.br, and its main feature is "This extension shows a call button for every phone number in the current page".

Extension Screenshots

screenshot

Download Evolux Click2Call Extension CRX File

Download Evolux Click2Call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extensions adds ability to click to call elements on pages that are phone numbers. You must be logged into Evolux Agent Panel prior to dialing the numbers.                    

Extension Basic Information

Name Evolux Click2Call Evolux Click2Call
ID inpeccpiibbpjdflilihmlnpakbfomoi
Official URL https://chromewebstore.google.com/detail/evolux-click2call/inpeccpiibbpjdflilihmlnpakbfomoi
Description This extension shows a call button for every phone number in the current page
File Size 74.79 KB
Installation Count 100
Current Version 2.0.8
Last Updated 2022-12-20
Publish Date 2020-04-01
Developer https://evolux.net.br
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Evolux Click2Call",
    "description": "This extension shows a call button for every phone number in the current page",
    "version": "2.0.8",
    "action": {
        "default_icon": "img\/evolux-icon.png",
        "default_popup": "config.html",
        "default_title": "Configura\u00e7\u00f5es do Evolux Click2Call"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "clickToCall.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/evolux-icon.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}