click to call

click to call by Cebod Telecom.

Qu'est-ce que click to call ?

click to call est une extension Chrome développée par https://www.cebodtelecom.com, et sa fonction principale est "click to call by Cebod Telecom.".

Captures d'Écran de l'Extension

screenshot
screenshot

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

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

                        Dial the number directly from the browser or CRM just by clicking on the number. 

This is most flexible feature rich extension. 
- You can enable or disable for all the web site or specific web site. 
- Enable the extension only on CRM or specific web portal. 
- Login and log out from the extension.
- Disable the extension with-out logging out. 
- Verification popup to avoid accidental dialing. 
- Identifies the phone number in 10 digit and 11 digit, Starting +, spaces and dashes.                    

Informations de Base sur l'Extension

Nom click to call click to call
ID aceananohppnfepjfhiodaladhlimjeh
URL Officiel https://chromewebstore.google.com/detail/click-to-call/aceananohppnfepjfhiodaladhlimjeh
Description click to call by Cebod Telecom.
Taille du Fichier 895 KB
Nombre d'Installations 865
Version Actuelle 1.0.2
Dernière Mise à Jour 2020-05-09
Date de Publication 2020-05-08
Développeur https://www.cebodtelecom.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.cebodtelecom.com
URL de la Page d'Aide https://docs.cebodtelecom.com/overview/click-to-call
URL de la Page de Politique de Confidentialité https://www.cebodtelecom.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "click to call",
    "short_name": "click to call",
    "version": "1.0.2",
    "description": "click to call by Cebod Telecom.",
    "background": {
        "scripts": [
            "\/assets\/js\/jquery-3.4.1.min.js",
            "\/config.js",
            "\/assets\/js\/background.js"
        ]
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "128": "128.png"
    },
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "128": "128.png"
        },
        "default_title": "click to call",
        "default_popup": "\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "cookies",
        "https:\/\/api.cebodtelecom.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "\/assets\/js\/jquery-3.4.1.min.js",
                "\/config.js",
                "\/assets\/js\/content-script.js"
            ],
            "css": [
                "\/assets\/css\/content-script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/assets\/css\/content-script.css",
        "popup.html"
    ]
}