VoIPstudio

VoIPstudio Chrome extension

Qu'est-ce que VoIPstudio ?

VoIPstudio est une extension Chrome développée par https://voipstudio.com, et sa fonction principale est "VoIPstudio Chrome extension".

Captures d'Écran de l'Extension

screenshot
screenshot

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

Téléchargez les fichiers d'extension VoIPstudio 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 allows to make and receive phone (VoIP) calls directly in Chrome web browser. It simplifies making outbound calls when browsing Internet by converting phone numbers into clickable links.

Use full potential of VoIPstudio Business Phone system without installing any additional software on your PC - all within your Chrome session.

VoIPstudio is an award-winning VoIP system that offers businesses of all sizes a scalable communication solution. It’s inexpensive, easy-to-use, offers a full suite of PBX features, and is fully integrated for CRM. Best of all, you can try it for free with our 30-day, no-risk trial.                    

Informations de Base sur l'Extension

Nom VoIPstudio VoIPstudio
ID cceimdeiaadgcognhpeffimbliogmlpe
URL Officiel https://chromewebstore.google.com/detail/voipstudio/cceimdeiaadgcognhpeffimbliogmlpe
Description VoIPstudio Chrome extension
Taille du Fichier 4.55 MB
Nombre d'Installations 1,077
Version Actuelle 1.8.0
Dernière Mise à Jour 2023-11-17
Date de Publication 2020-01-19
Évaluation 5.00/5 Total 6 Évaluations
Développeur https://voipstudio.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://voipstudio.com/
URL de la Page d'Aide https://voipstudio.com/support/
URL de la Page de Politique de Confidentialité https://voipstudio.com/privacy-policy
Langues Prises en Charge en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VoIPstudio",
    "description": "__MSG_appDesc__",
    "version": "1.8.0",
    "default_locale": "en",
    "permissions": [
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background\/level7-sip.js",
            "background\/level7-xmpp.js",
            "background\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/parser.js",
                "content\/content.js"
            ],
            "css": [
                "content\/content.css"
            ]
        }
    ],
    "icons": {
        "16": "resources\/images\/icon16.png",
        "32": "resources\/images\/icon32.png",
        "48": "resources\/images\/icon48.png",
        "128": "resources\/images\/icon128.png"
    },
    "browser_action": [],
    "web_accessible_resources": [
        "build.html"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'",
    "manifest_version": 2
}