Ubity click-to-dial

Dial phone numbers with you Ubity phone, directly from your browser

Qu'est-ce que Ubity click-to-dial ?

Ubity click-to-dial est une extension Chrome développée par ubity, et sa fonction principale est "Dial phone numbers with you Ubity phone, directly from your browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ubity click-to-dial

Téléchargez les fichiers d'extension Ubity click-to-dial 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

                        Extension find and highlight phone numbers on any website.
Clicking an phone highlighted number trigger a call to it from your Ubity phone.                    

Informations de Base sur l'Extension

Nom Ubity click-to-dial Ubity click-to-dial
ID dekccjnkeibpmhdcjohgikadlmaefdjl
URL Officiel https://chromewebstore.google.com/detail/ubity-click-to-dial/dekccjnkeibpmhdcjohgikadlmaefdjl
Description Dial phone numbers with you Ubity phone, directly from your browser
Taille du Fichier 142 KB
Nombre d'Installations 438
Version Actuelle 2.1.4
Dernière Mise à Jour 2021-04-30
Date de Publication 2017-08-08
Développeur ubity
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://studio.ubity.com
URL de la Page d'Aide https://support.ubity.com/tech/support-ubity/u-0019-guide-dutilisation-click-to-dial/
URL de la Page de Politique de Confidentialité https://www.ubity.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "Ubity click-to-dial",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Dial phone numbers with you Ubity phone, directly from your browser",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "https:\/\/studio.ubity.com\/",
    "version": "2.1.4",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icons\/button.png",
        "default_title": "Ubity click-to-dial"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation",
        "notifications",
        "cookies"
    ]
}