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!

Wat is Crexendo Click-2-Call?

Crexendo Click-2-Call is een Chrome-extensie ontwikkeld door Crexendo Apps, en de belangrijkste functie is "Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Crexendo Click-2-Call

Download Crexendo Click-2-Call-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Crexendo Click-2-Call Crexendo Click-2-Call
ID fcdcgemiploaclaigcjkobnfonedipli
Officiële URL https://chromewebstore.google.com/detail/crexendo-click-2-call/fcdcgemiploaclaigcjkobnfonedipli
Beschrijving Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!
Bestandsgrootte 154 KB
Aantal Installaties 254
Huidige Versie 0.1.2.2
Laatst Bijgewerkt 2022-08-29
Publicatiedatum 2018-10-08
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Crexendo Apps
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.crexendo.com
Ondersteunde Talen 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"
}