ChromeCall

ChromeCall extension to dial numbers directly from web pages

Qu'est-ce que ChromeCall ?

ChromeCall est une extension Chrome développée par https://oit.co, et sa fonction principale est "ChromeCall extension to dial numbers directly from web pages".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ChromeCall

Téléchargez les fichiers d'extension ChromeCall au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ChromeCall is a tool for OITVOIP users to dial numbers directly from their web page, simply by clicking on it. Access your call history, voicemail and more right from your browser.                    

Informations de Base sur l'Extension

Nom ChromeCall ChromeCall
ID pmhfmheghhjencglkapimohepfndgpac
URL Officiel https://chromewebstore.google.com/detail/chromecall/pmhfmheghhjencglkapimohepfndgpac
Description ChromeCall extension to dial numbers directly from web pages
Taille du Fichier 1.82 MB
Nombre d'Installations 155
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-11-16
Date de Publication 2019-12-12
Développeur https://oit.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://oit.co
URL de la Page d'Aide https://oit.co/contact
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChromeCall",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "description": "ChromeCall extension to dial numbers directly from web pages",
    "version": "1.0.1",
    "action": {
        "default_popup": "html\/menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/cc content.css"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/axios.min.js",
                "js\/rsvp.min.js",
                "config.js",
                "js\/stub.js",
                "js\/search.js",
                "js\/api.js",
                "js\/popup.js",
                "js\/keybind.js",
                "js\/filter.js",
                "js\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}