CloudTalk Click-to-Call

CloudTalk allows you to dial any phone number on the web with a single click. Make calls instantly and improve your productivity.

Was ist CloudTalk Click-to-Call?

CloudTalk Click-to-Call ist eine Chrome-Erweiterung, die von https://www.cloudtalk.io entwickelt wurde, und ihr Hauptmerkmal ist "CloudTalk allows you to dial any phone number on the web with a single click. Make calls instantly and improve your productivity.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

CloudTalk Click-to-Call-Erweiterungs-CRX-Datei herunterladen

Laden Sie CloudTalk Click-to-Call-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        CloudTalk extension for Chrome lets you make calls directly from your browser. Every phone number on the web is converted to a clickable link. So whenever there’s a number that you would like to dial (e.g. a potential client), simply click on it in your Chrome window and the call will be made via CloudTalk.  

Drop the lengthy copy-paste process – CloudTalk extension saves your time and allows you to boost productivity and streamline workflows. Don’t have a CloudTalk account yet? Register within minutes and get access to advanced call center features, international phone numbers and competitive rates.                    

Grundlegende Informationen zur Erweiterung

Name CloudTalk Click-to-Call CloudTalk Click-to-Call
ID mbgbeafnenfaffpbpkincpgpepjhekbm
Offizielle URL https://chromewebstore.google.com/detail/cloudtalk-click-to-call/mbgbeafnenfaffpbpkincpgpepjhekbm
Beschreibung CloudTalk allows you to dial any phone number on the web with a single click. Make calls instantly and improve your productivity.
Dateigröße 2.39 MB
Installationsanzahl 4,189
Aktuelle Version 4.3.0
Letztes Update 2024-01-24
Veröffentlichungsdatum 2020-06-10
Bewertung 4.91/5 Insgesamt 22 Bewertungen
Entwickler https://www.cloudtalk.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.cloudtalk.io
Hilfeseite URL https://help.cloudtalk.io/en/articles/2964244-how-to-use-the-click-to-call-extension
URL der Datenschutzrichtlinien-Seite https://www.cloudtalk.io/terms-and-conditions
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CloudTalk Click-to-Call",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhC9buFwSzwOh6UITSDLs53H72Kfa\/oeBqaaViAZAqeCwFQHHC1\/U+uDxOwWKa\/IU51l5pdhY\/VkSOEkHo+1\/HqxX8pwuS2nVi7sE7ANgsekAtQxPh7SmCR5c4jmdzEOqACPRWiO5K2k7goQhRnHBzfZ1DH6OojTt9cPlX7YFBJPUr0jJ3U8f2dUJho\/OxuSi2WUmVr9qklcciw1TYHSYKH6YTNp3ZG55kdBBP14D6NEoInUopKAHPOL8sXfv+hlMohSibexx2D5xWID6tDFT1ofkVnw6HU7Urlx5jOcltTIqAMIly5NeE83oQqW\/c493DkCnp8CN5y5bN6ghcE2yEQIDAQAB",
    "version": "4.3.0",
    "description": "CloudTalk allows you to dial any phone number on the web with a single click. Make calls instantly and improve your productivity.",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "tabs",
        "unlimitedStorage",
        "identity",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/Icon_Active16.png",
            "48": "images\/Icon_Active48.png",
            "128": "images\/Icon_Active128.png",
            "512": "images\/Icon_Active512.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/externalLib.js",
                "src\/contentScript.js"
            ],
            "css": [
                "css\/globalCss.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/Icon_Active16.png",
        "48": "images\/Icon_Active48.png",
        "128": "images\/Icon_Active128.png",
        "512": "images\/Icon_Active512.png"
    },
    "web_accessible_resources": [
        "images\/inPageLogo.png"
    ],
    "manifest_version": 2
}