Mobile PBX Click-to-Call

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

Mobile PBX Click-to-Call là gì?

Mobile PBX Click-to-Call là một tiện ích mở rộng Chrome được phát triển bởi https://mobilepbx.co, và tính năng chính của nó là "Make calls by clicking on any phone number or selecting from text.".

Tải xuống tệp CRX của tiện ích mở rộng Mobile PBX Click-to-Call

Tải xuống các tệp mở rộng Mobile PBX Click-to-Call 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 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.                    

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

Tên Mobile PBX Click-to-Call Mobile PBX Click-to-Call
ID ogkknldpjljebnphckncompbinbmlcgh
URL Chính Thức https://chromewebstore.google.com/detail/mobile-pbx-click-to-call/ogkknldpjljebnphckncompbinbmlcgh
Mô tả Make calls by clicking on any phone number or selecting from text.
Kích Thước Tệp 93.56 KB
Số Lần Cài Đặt 10
Phiên Bản Hiện Tại 0.91
Cập Nhật Lần Cuối 2017-06-05
Ngày Phát Hành 2017-06-05
Nhà Phát Triển https://mobilepbx.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://app.mobilepbx.co
URL Trang Chính Sách Bảo Mật https://www.voyant.com/legal-notices/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}