Mobile PBX Click-to-Call

Make calls by clicking on any phone number or selecting from text.

Qu'est-ce que Mobile PBX Click-to-Call ?

Mobile PBX Click-to-Call est une extension Chrome développée par https://mobilepbx.co, et sa fonction principale est "Make calls by clicking on any phone number or selecting from text.".

Télécharger le fichier CRX de l'extension Mobile PBX Click-to-Call

Téléchargez les fichiers d'extension Mobile PBX Click-to-Call 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

                        This Chrome Extension enables Click to Call Functionality throughout your Chrome Browser. When it detects a phone number in another webpage you have open, it will allow you to right click and then select to call or text that phone number from your online PBX.                    

Informations de Base sur l'Extension

Nom Mobile PBX Click-to-Call Mobile PBX Click-to-Call
ID ogkknldpjljebnphckncompbinbmlcgh
URL Officiel https://chromewebstore.google.com/detail/mobile-pbx-click-to-call/ogkknldpjljebnphckncompbinbmlcgh
Description Make calls by clicking on any phone number or selecting from text.
Taille du Fichier 93.56 KB
Nombre d'Installations 10
Version Actuelle 0.91
Dernière Mise à Jour 2017-06-05
Date de Publication 2017-06-05
Développeur https://mobilepbx.co
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://app.mobilepbx.co
URL de la Page de Politique de Confidentialité https://www.voyant.com/legal-notices/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mobile PBX Click-to-Call",
    "description": "Make calls by clicking on any phone number or selecting from text.",
    "version": "0.91",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "38": "img\/icon-38.png"
        },
        "default_title": "Open Mobile PBX"
    },
    "permissions": [
        "management",
        "contextMenus",
        "tabs",
        "cookies",
        "storage",
        "*:\/\/*.mobilepbx.co\/*",
        "*:\/\/localhost\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/underscore.js",
            "js\/background.js"
        ]
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/underscore.js",
                "js\/contentScript.js"
            ],
            "css": [
                "css\/contentScript.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.mobilepbx.co\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "web_accessible_resources": [
        "img\/*.png"
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}