Ottspott Click To Call

Click to call using Ottspott from any website

Hvad er Ottspott Click To Call?

Ottspott Click To Call er en Chrome-udvidelse udviklet af ottspott, og dens hovedfunktion er "Click to call using Ottspott from any website".

Udvidelsesskærmbilleder

screenshot

Download Ottspott Click To Call-udvidelses-CRX-fil

Download Ottspott Click To 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

                        This extension allows you to call phone numbers from any webpage using Ottspott.                    

Grundlæggende oplysninger om udvidelsen

Navn Ottspott Click To Call Ottspott Click To Call
ID idilimgclkjijcnoplghngdfldhkpica
Officiel URL https://chromewebstore.google.com/detail/ottspott-click-to-call/idilimgclkjijcnoplghngdfldhkpica
Beskrivelse Click to call using Ottspott from any website
Filstørrelse 217 KB
Antal Installationer 21
Nuværende Version 0.2.8
Senest Opdateret 2019-04-08
Udgivelsesdato 2019-04-08
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler ottspott
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ottspott Click To Call",
    "version": "0.2.8",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/favicon.ico",
        "extension-info.json"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "components\/jquery\/dist\/jquery-3.1.0.min.js",
            "js\/ottspott.js",
            "js\/eventPages.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "components\/jquery\/dist\/jquery-3.1.0.min.js",
                "components\/jquery\/dist\/jquery-replace-text.js",
                "js\/ottspott.js",
                "js\/finders\/global_finder.js"
            ],
            "css": [
                "css\/ottspott.css"
            ],
            "exclude_matches": [
                "https:\/\/app.ottspott.co\/*",
                "https:\/\/ottspott-devel.apidaze.io\/*",
                "https:\/\/app-d8105a1f-feca-4cee-bd63-c4d765c443e3.cleverapps.io\/*",
                "https:\/\/ottspott-desktop-client-devel.apidaze.io\/*",
                "https:\/\/ottspott-desktop-client.scalingo.io\/*"
            ],
            "matches": [
                ""
            ],
            "all_frames": true
        }
    ],
    "default_locale": "en",
    "description": "Click to call using Ottspott from any website",
    "homepage_url": "http:\/\/ottspott.co",
    "icons": {
        "16": "\/images\/ottspott16.png",
        "48": "\/images\/ottspott48.png",
        "128": "\/images\/ottspott128.png"
    }
}