Alcatel Lucent Click to call plugin extension

Turns unclickable phone numbers into clickable ones.

What is Alcatel Lucent Click to call plugin extension?

Alcatel Lucent Click to call plugin extension is a Chrome extension developed by proserv.custo, and its main feature is "Turns unclickable phone numbers into clickable ones.".

Download Alcatel Lucent Click to call plugin extension Extension CRX File

Download Alcatel Lucent Click to call plugin extension 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

                        Regex updated.                    

Extension Basic Information

Name Alcatel Lucent Click to call plugin extension Alcatel Lucent Click to call plugin extension
ID jfhmcimdljmaieohhacgcamcmcbkkeip
Official URL https://chromewebstore.google.com/detail/alcatel-lucent-click-to-c/jfhmcimdljmaieohhacgcamcmcbkkeip
Description Turns unclickable phone numbers into clickable ones.
File Size 95.4 KB
Installation Count 121
Current Version 1.2.5
Last Updated 2016-12-01
Publish Date 2016-12-01
Developer proserv.custo
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "jquery.min.js",
                "jquery.ba-replacetext.js",
                "clickable_links.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "file:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Turns unclickable phone numbers into clickable ones.",
    "icons": {
        "16": "ale16.png",
        "48": "ale48.png",
        "128": "ale128.png"
    },
    "manifest_version": 2,
    "name": "Alcatel Lucent Click to call plugin extension",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js",
            "rightClick.js"
        ]
    },
    "options_page": "options.html",
    "version": "1.2.5",
    "web_accessible_resources": [
        "ale16.png",
        "ale48.png",
        "ale128.png",
        "clicktocall.js",
        "options.js",
        "swfobject.js"
    ]
}