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!
Hvad er Crexendo Click-2-Call?
Crexendo Click-2-Call er en Chrome-udvidelse udviklet af Crexendo Apps, og dens hovedfunktion er "Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number!".
Udvidelsesskærmbilleder
Download Crexendo Click-2-Call-udvidelses-CRX-fil
Download Crexendo Click-2-Call-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | fcdcgemiploaclaigcjkobnfonedipli | 
| Officiel URL | https://chromewebstore.google.com/detail/crexendo-click-2-call/fcdcgemiploaclaigcjkobnfonedipli | 
| Beskrivelse | Crexendo Click-2-Call allows you to click phone numbers in your browser and have your Crexendo device call that number! | 
| Filstørrelse | 154 KB | 
| Antal Installationer | 254 | 
| Nuværende Version | 0.1.2.2 | 
| Senest Opdateret | 2022-08-29 | 
| Udgivelsesdato | 2018-10-08 | 
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser | 
| Udvikler | Crexendo Apps | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | http://www.crexendo.com | 
| Understøttede Sprog | 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"
}  |  |