Ottspott Click To Call

Click to call using Ottspott from any website

Wat is Ottspott Click To Call?

Ottspott Click To Call is een Chrome-extensie ontwikkeld door ottspott, en de belangrijkste functie is "Click to call using Ottspott from any website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ottspott Click To Call

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

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

Basisinformatie over de Extensie

Naam Ottspott Click To Call Ottspott Click To Call
ID idilimgclkjijcnoplghngdfldhkpica
Officiële URL https://chromewebstore.google.com/detail/ottspott-click-to-call/idilimgclkjijcnoplghngdfldhkpica
Beschrijving Click to call using Ottspott from any website
Bestandsgrootte 217 KB
Aantal Installaties 21
Huidige Versie 0.2.8
Laatst Bijgewerkt 2019-04-08
Publicatiedatum 2019-04-08
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar ottspott
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}