Voipocel

Detector de número de teléfono.

What is Voipocel?

Voipocel is a Chrome extension developed by https://voipocel.com, and its main feature is "Detector de número de teléfono.".

Extension Screenshots

screenshot

Download Voipocel Extension CRX File

Download Voipocel 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

                        Actualmente puede detectar los números de teléfonos dentro del browser para fácilmente hacer click y marcar a través del softphone de Voipocel u otro.                    

Extension Basic Information

Name Voipocel Voipocel
ID mfhcjneemafibaiechigahenhdelahbm
Official URL https://chromewebstore.google.com/detail/voipocel/mfhcjneemafibaiechigahenhdelahbm
Description Detector de número de teléfono.
File Size 56.71 KB
Installation Count 23
Current Version 1.0.2
Last Updated 2021-05-27
Publish Date 2019-12-10
Developer https://voipocel.com
Email [email protected]
Payment Type free
Supported Languages es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/patch.js",
            "js\/jquery-3.2.1.min.js",
            "js\/Process.js",
            "js\/Background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/patch.js",
                "js\/jquery-3.2.1.min.js",
                "js\/ContentPage.js"
            ],
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "name": "Voipocel",
    "description": "Detector de n\u00famero de tel\u00e9fono.",
    "short_name": "World Communication!",
    "author": "Voipocel",
    "version": "1.0.2",
    "manifest_version": 2,
    "options_ui": {
        "page": "options\/options.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/Icon18.png",
            "32": "images\/Icon32.png",
            "48": "images\/Icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/Icon128.png"
        },
        "default_title": "Voipocel"
    },
    "icons": {
        "19": "images\/Icon18.png",
        "32": "images\/Icon32.png",
        "48": "images\/Icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/Icon128.png"
    }
}