Mobile PBX Click-to-Call

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

Mobile PBX Click-to-Call란 무엇입니까?

Mobile PBX Click-to-Call은(는) https://mobilepbx.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make calls by clicking on any phone number or selecting from text."입니다.

Mobile PBX Click-to-Call 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Mobile PBX Click-to-Call Mobile PBX Click-to-Call
ID ogkknldpjljebnphckncompbinbmlcgh
공식 URL https://chromewebstore.google.com/detail/mobile-pbx-click-to-call/ogkknldpjljebnphckncompbinbmlcgh
설명 Make calls by clicking on any phone number or selecting from text.
파일 크기 93.56 KB
설치 횟수 10
현재 버전 0.91
최근 업데이트 2017-06-05
출시 날짜 2017-06-05
개발자 https://mobilepbx.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://app.mobilepbx.co
개인정보 보호 정책 페이지 URL https://www.voyant.com/legal-notices/privacy-policy
지원되는 언어 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]"
        }
    }
}