VoIPstudio

VoIPstudio Chrome extension

VoIPstudio là gì?

VoIPstudio là một tiện ích mở rộng Chrome được phát triển bởi https://voipstudio.com, và tính năng chính của nó là "VoIPstudio Chrome extension".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng VoIPstudio

Tải xuống các tệp mở rộng VoIPstudio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên VoIPstudio VoIPstudio
ID cceimdeiaadgcognhpeffimbliogmlpe
URL Chính Thức https://chromewebstore.google.com/detail/voipstudio/cceimdeiaadgcognhpeffimbliogmlpe
Mô tả VoIPstudio Chrome extension
Kích Thước Tệp 4.55 MB
Số Lần Cài Đặt 1,077
Phiên Bản Hiện Tại 1.8.0
Cập Nhật Lần Cuối 2023-11-17
Ngày Phát Hành 2020-01-19
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://voipstudio.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://voipstudio.com/
URL Trang Trợ Giúp https://voipstudio.com/support/
URL Trang Chính Sách Bảo Mật https://voipstudio.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}