Click to call Novofon

Click to call Novofon

Qu'est-ce que Click to call Novofon ?

Click to call Novofon est une extension Chrome développée par Zadarma, et sa fonction principale est "Click to call Novofon".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Click to call Novofon

Téléchargez les fichiers d'extension Click to call Novofon 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

                        Расширение для звонков из браузера. 

Плагин для звонков из Google Chrome позволит совершать вызовы напрямую из браузера, без использования оборудования или программ, по протоколу WebRTC.

Расширение находит телефонные номера на сайте. Совершить звонок можно нажав на иконку звонка. Или выделить номер и кликнуть по правой кнопке мыши. Также вы можете вызвать телефонную клавиатуру по нажатию на иконку расширения. Использование расширения Google Chrome позволит вам продолжить работу в браузере, не прерывая звонок. 

По вопросам работы сервисов или настройки услуг вы можете обратиться в многоуровневую службу поддержки.                    

Informations de Base sur l'Extension

Nom Click to call Novofon Click to call Novofon
ID icklbngaciepiaijnflkafcediillind
URL Officiel https://chromewebstore.google.com/detail/click-to-call-novofon/icklbngaciepiaijnflkafcediillind
Description Click to call Novofon
Taille du Fichier 1.59 MB
Nombre d'Installations 1,346
Version Actuelle 1.0.3
Dernière Mise à Jour 2024-02-27
Date de Publication 2023-04-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur Zadarma
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://novofon.com/
URL de la Page de Politique de Confidentialité https://zadarma.com/en/legal/privacy-policy
Langues Prises en Charge de,en,fr,es,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "short_name": "NClickToCall",
    "name": "Click to call Novofon",
    "manifest_version": 3,
    "description": "Click to call Novofon",
    "default_locale": "en",
    "action": {
        "default_icon": "android-chrome-48x48.png",
        "default_title": "ZWebRTC",
        "default_popup": "action.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "static\/js\/background.js",
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/js\/inpage.js",
                "js-lib\/dynamics-web-api.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "wss:\/\/*\/*",
        "ws:\/\/*\/*"
    ],
    "icons": {
        "48": "android-chrome-48x48.png",
        "192": "android-chrome-192x192.png"
    },
    "host_permissions": [
        "file:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-ancestors 'none';"
    },
    "minimum_chrome_version": "88"
}