VoPhone Click2Call

VoPhone Click2Call

Was ist VoPhone Click2Call?

VoPhone Click2Call ist eine Chrome-Erweiterung, die von http://www.vophone.com entwickelt wurde, und ihr Hauptmerkmal ist "VoPhone Click2Call".

Erweiterungsscreenshots

VoPhone Click2Call-Erweiterungs-CRX-Datei herunterladen

Laden Sie VoPhone Click2Call-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

                        Features:

- Makes phone numbers on websites instant click2call by simply hovering over the number and clicking it.  .

- Quick call feature by simply typing any number right in the VoPhone Click2Call dropdown box.  .

- Add a Vophone one click button to the Chrome toolbar, which gives quick login access to your account.  

- Works with most CRM and Small Business suites, including Salesforce.com, ZoHo, Highrise, Batchbook, SugarCRM, Microsoft Dynamics and many more.

- Make your friends and contacts one click away on social networks and email for Facebook, Twitter, Google Contacts, Outlook.com, LinkedIn and more.  

Additional Info:
-  You can turn the hover effect off at anytime in the extensions options, or just by unchecking “Enable Auto Detect” in the app dropdown box.  .

- VoPhone Click2Call works for active VoPhone users only.  

- More information on VoPhone’s SMART Voip cloud based phone service, visit us at www.VoPhone.com                    

Grundlegende Informationen zur Erweiterung

Name VoPhone Click2Call VoPhone Click2Call
ID cfmmhhmbnlbjgheooaoelmliemapgghn
Offizielle URL https://chrome.google.com/webstore/detail/vophone-click2call/cfmmhhmbnlbjgheooaoelmliemapgghn
Beschreibung VoPhone Click2Call
Dateigröße 200 KB
Installationsanzahl 33
Aktuelle Version 1.1.3
Letztes Update 2014-04-24
Veröffentlichungsdatum 2014-04-24
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://www.vophone.com
Zahlungsart free
Erweiterungswebsite http://www.vophone.com
Hilfeseite URL http://www.vophone.com/support
Unterstützte Sprachen en-US,es,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VoPhone Click2Call",
    "description": "VoPhone Click2Call",
    "version": "1.1.3",
    "manifest_version": 2,
    "default_locale": "en_US",
    "permissions": [
        "notifications",
        "background",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "js\/jquery.js",
        "js\/jquery-2.0.3.min.map",
        "img\/icon_128.png",
        "view\/auth.html",
        "view\/reset-password.html",
        "view\/dashboard.html"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "img\/icon_toolbar-off.png",
        "default_popup": "config.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/linker.js"
            ],
            "css": [
                "css\/linker.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png"
    }
}