EVS7 Click to Call

Click any phone number to dial when using EVS7's Click Dialer software

What is EVS7 Click to Call?

EVS7 Click to Call is a Chrome extension developed by EVS7, and its main feature is "Click any phone number to dial when using EVS7's Click Dialer software".

Extension Screenshots

screenshot
screenshot
screenshot

Download EVS7 Click to Call Extension CRX File

Download EVS7 Click to Call 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

                        Works with Zoho, Salesforce, Sugar and most other web based CRMs.  For more info visit our website below.                    

Extension Basic Information

Name EVS7 Click to Call EVS7 Click to Call
ID bpljeibfknnhppeohpknaeknjdgbllfl
Official URL https://chromewebstore.google.com/detail/evs7-click-to-call/bpljeibfknnhppeohpknaeknjdgbllfl
Description Click any phone number to dial when using EVS7's Click Dialer software
File Size 64.81 KB
Installation Count 435
Current Version 1.1.2
Last Updated 2022-10-02
Publish Date 2016-08-18
Rating 5.00/5 Total 5 Ratings
Developer EVS7
Email [email protected]
Payment Type free
Extension Website https://www.evs7.com/click-to-call-cricket-click-dialer
Help Page URL https://support.evs7.com/
Privacy Policy Page URL https://www.evs7.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EVS7 Click to Call",
    "version": "1.1.2",
    "author": "EVS7.com",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "19": "images\/Icon18.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "128": "images\/Icon128.png"
        },
        "default_title": "EVS7 Click to Call"
    },
    "icons": {
        "19": "images\/Icon18.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "128": "images\/Icon128.png"
    },
    "description": "Click any phone number to dial when using EVS7's Click Dialer software",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "content-scripts\/main.js"
            ]
        }
    ],
    "options_page": "options\/index.html"
}