Crexendo Click-2-Call

Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!

Was ist Crexendo Click-2-Call?

Crexendo Click-2-Call ist eine Chrome-Erweiterung, die von Crexendo Apps entwickelt wurde, und ihr Hauptmerkmal ist "Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!".

Erweiterungsscreenshots

screenshot

Crexendo Click-2-Call-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crexendo Click-2-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

                        Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!

New in this version:
Supports Microsoft Single-Sign-On for Microsoft Azure linked accounts                    

Grundlegende Informationen zur Erweiterung

Name Crexendo Click-2-Call Crexendo Click-2-Call
ID fcdcgemiploaclaigcjkobnfonedipli
Offizielle URL https://chromewebstore.google.com/detail/crexendo-click-2-call/fcdcgemiploaclaigcjkobnfonedipli
Beschreibung Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!
Dateigröße 154 KB
Installationsanzahl 254
Aktuelle Version 0.1.2.2
Letztes Update 2022-08-29
Veröffentlichungsdatum 2018-10-08
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Crexendo Apps
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.crexendo.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crexendo Click-2-Call",
    "description": "Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!",
    "version": "0.1.2.2",
    "icons": {
        "16": "images\/cloud-icon_16.png",
        "32": "images\/cloud-icon_32.png",
        "48": "images\/cloud-icon_48.png",
        "128": "images\/cloud-icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery.min.js",
                "js\/bootstrap.js",
                "js\/linkify.js"
            ],
            "css": [
                "css\/fonts.css",
                "css\/linkify.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "images\/cloud-icon_32.png",
        "default_popup": "html\/options_page.html"
    },
    "permissions": [
        "http:\/\/localhost:47461\/",
        "identity"
    ],
    "options_page": "html\/options_page.html",
    "web_accessible_resources": [
        "images\/*.png",
        "css\/fonts\/*.woff"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAq8TKKh3YZmTlGswWh5UnXYMmzOK2i8HWwF4e1x4iM\/Ch3URQK1vov8ZjU5Mmq\/YQaAxghxch7J9glngAbRma2xm0lCLQJl2tusF\/XvzoPPrKXhqMZwFwDaLIMGeod7OLACzcmMcbpLnMsi1\/7F5xIGEWLkYLfM8yRDAqII8hA\/uIPAS3Bw6IvH1rSIYleARD7T5DUG635pqK6jVTvVTkkzAZYFAe6VBTLDVjDY0wjlX2HSjdIZOcf4ZgxdFVbUSxomvQZwOxaeiUL2RxHk5V6c2syuKONBORfKu0bEe6+RhxixDSz0AtZU1+2Pp6KysvLayQaTdG5Hsc5MVafossbQIDAQAB"
}