TelefUM24Call

TelefUM24Call

Qu'est-ce que TelefUM24Call ?

TelefUM24Call est une extension Chrome développée par https://telefum24.ru, et sa fonction principale est "TelefUM24Call".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TelefUM24Call

Téléchargez les fichiers d'extension TelefUM24Call au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom TelefUM24Call TelefUM24Call
ID phaeicinohnibgfkgpgelfefdphpjhoo
URL Officiel https://chromewebstore.google.com/detail/telefum24call/phaeicinohnibgfkgpgelfefdphpjhoo
Description TelefUM24Call
Taille du Fichier 130 KB
Nombre d'Installations 220
Version Actuelle 1.0.5
Dernière Mise à Jour 2018-03-30
Date de Publication 2018-03-30
Développeur https://telefum24.ru
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}