Ottspott Click To Call

Click to call using Ottspott from any website

What is Ottspott Click To Call?

Ottspott Click To Call is a Chrome extension developed by ottspott, and its main feature is "Click to call using Ottspott from any website".

Extension Screenshots

screenshot

Download Ottspott Click To Call Extension CRX File

Download Ottspott Click To Call extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Ottspott Click To Call Ottspott Click To Call
ID idilimgclkjijcnoplghngdfldhkpica
Official URL https://chromewebstore.google.com/detail/ottspott-click-to-call/idilimgclkjijcnoplghngdfldhkpica
Description Click to call using Ottspott from any website
File Size 217 KB
Installation Count 21
Current Version 0.2.8
Last Updated 2019-04-08
Publish Date 2019-04-08
Rating 5.00/5 Total 3 Ratings
Developer ottspott
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}