TelefUM24Call

TelefUM24Call

What is TelefUM24Call?

TelefUM24Call is a Chrome extension developed by https://telefum24.ru, and its main feature is "TelefUM24Call".

Extension Screenshots

screenshot
screenshot
screenshot

Download TelefUM24Call Extension CRX File

Download TelefUM24Call 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

                        Расширение, определяющее на странице телефонные номера. Позволяет производить звонок по принципу Click-to-call.
Звонок может быть выполнен через:
- Мобильный телефон Android
- SIP телефон
- Софтфон

Имеется широкий спектр настроек, что позволяет расширению быть использованным на любых веб страницах с минимальным количеством ошибок.

Для использования необходимо быть пользователем сервиса Telefum24 (http://telefum24.ru)                    

Extension Basic Information

Name TelefUM24Call TelefUM24Call
ID phaeicinohnibgfkgpgelfefdphpjhoo
Official URL https://chromewebstore.google.com/detail/telefum24call/phaeicinohnibgfkgpgelfefdphpjhoo
Description TelefUM24Call
File Size 130 KB
Installation Count 220
Current Version 1.0.5
Last Updated 2018-03-30
Publish Date 2018-03-30
Developer https://telefum24.ru
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TelefUM24Call",
    "version": "1.0.5",
    "description": "TelefUM24Call",
    "icons": {
        "128": "icons\/icon-128.png",
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/hightlight.css",
                "css\/style.css"
            ],
            "js": [
                "js\/default.js",
                "js\/jquery-1.8.0.min.js",
                "js\/highlight.js",
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "images\/call.gif",
        "images\/sms.gif",
        "images\/history.gif"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "js\/jquery-1.8.0.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "TelefUM24Call",
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup.html"
    }
}