Click to Call Mobile

Launches highlighted text as Tel: link.

Hvad er Click to Call Mobile?

Click to Call Mobile er en Chrome-udvidelse udviklet af https://www.clickcallmobile.com, og dens hovedfunktion er "Launches highlighted text as Tel: link.".

Udvidelsesskærmbilleder

screenshot

Download Click to Call Mobile-udvidelses-CRX-fil

Download Click to Call Mobile-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

                        Click to Call on phone numbers that are not defined as links.  Along with our Mobile and Windows Desktop App, calls are made directly from your mobile phone.

To use this extension, simply highlight a phone number and right click.  A menu will appear - select "Call as Tel://..." and your mobile will dial that number. 

Make sure you have our Mobile App and Desktop App installed. Learn more at https://www.clickcallmobile.com/.                    

Grundlæggende oplysninger om udvidelsen

Navn Click to Call Mobile Click to Call Mobile
ID ggfbbimhbommiogoebgdmnipdhjfdeel
Officiel URL https://chrome.google.com/webstore/detail/click-to-call-mobile/ggfbbimhbommiogoebgdmnipdhjfdeel
Beskrivelse Launches highlighted text as Tel: link.
Filstørrelse 14.58 KB
Antal Installationer 1,592
Nuværende Version 0.5
Senest Opdateret 2016-07-02
Udgivelsesdato 2016-07-01
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler https://www.clickcallmobile.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.clickcallmobile.com/
Hjælpeside-URL https://www.clickcallmobile.com/help/
URL til Fortrolighedspolitik Side https://www.clickcallmobile.com/privacy
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Click to Call Mobile",
    "description": "Launches highlighted text as Tel: link.",
    "version": "0.5",
    "browser_action": {
        "default_icon": {
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Click to Call Default Title",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "homepage_url": "https:\/\/www.ClickCallMobile.com",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "rightclick.js"
        ]
    }
}