VoIPstudio

VoIPstudio Chrome extension

VoIPstudio क्या है?

VoIPstudio https://voipstudio.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "VoIPstudio Chrome extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में VoIPstudio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम VoIPstudio VoIPstudio
ID cceimdeiaadgcognhpeffimbliogmlpe
आधिकारिक URL https://chromewebstore.google.com/detail/voipstudio/cceimdeiaadgcognhpeffimbliogmlpe
विवरण VoIPstudio Chrome extension
फ़ाइल का आकार 4.55 MB
स्थापना संख्या 1,077
वर्तमान संस्करण 1.8.0
अंतिम अपडेट 2023-11-17
प्रकाशन तिथि 2020-01-19
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://voipstudio.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://voipstudio.com/
सहायता पृष्ठ URL https://voipstudio.com/support/
गोपनीयता नीति पृष्ठ URL https://voipstudio.com/privacy-policy
समर्थित भाषाएँ 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
}