Peoplefone Softphone Extension

You need a peoplefone account and a valid subscription for the softphone.

Qu'est-ce que Peoplefone Softphone Extension ?

Peoplefone Softphone Extension est une extension Chrome développée par https://peoplefone.com, et sa fonction principale est "You need a peoplefone account and a valid subscription for the softphone.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Peoplefone Softphone Extension

Téléchargez les fichiers d'extension Peoplefone Softphone Extension 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 extension has to be used in addition to the peoplefone Softphone.

The main two features are:
- recognize telephone numbers on websites and by clicking them to establish a call from your peoplefone softphone.
- notify incoming or outgoing calls and by clicking the notification to bring you directly to the peoplefone Softphone Tab.                    

Informations de Base sur l'Extension

Nom Peoplefone Softphone Extension Peoplefone Softphone Extension
ID egdokdcibedkodjiodgapdplgloblkim
URL Officiel https://chromewebstore.google.com/detail/peoplefone-softphone-exte/egdokdcibedkodjiodgapdplgloblkim
Description You need a peoplefone account and a valid subscription for the softphone.
Taille du Fichier 19.14 KB
Nombre d'Installations 1,448
Version Actuelle 1.0.1.0
Dernière Mise à Jour 2022-01-27
Date de Publication 2020-11-13
Développeur https://peoplefone.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.peoplefone.com
URL de la Page d'Aide https://support.peoplefone.ch
Langues Prises en Charge de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.0.1.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "48": "\/img\/icon_48.png",
        "128": "\/img\/icon_128.png"
    },
    "browser_action": {
        "default_title": "__MSG_extension_name__"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/.peoplefone.com\/*"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/img\/icon.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/webrtc.peoplefone.ch\/*",
                "*:\/\/softphone.peoplefone.com\/*",
                "*:\/\/softphone-rc.peoplefone.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/webrtc.peoplefone.ch\/*",
                "*:\/\/softphone.peoplefone.com\/*",
                "*:\/\/softphone-rc.peoplefone.com\/*"
            ],
            "js": [
                "content_notif.js"
            ]
        }
    ]
}