Mobile VoIP Connect

Can Initiate a call by clicking on any phone number displayed in the browser

Mobile VoIP Connect란 무엇입니까?

Mobile VoIP Connect은(는) Mobile VoIP Connect에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Can Initiate a call by clicking on any phone number displayed in the browser"입니다.

확장 프로그램 스크린샷

screenshot

Mobile VoIP Connect 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Version 0.0.5.0:
    Fixes:
        - Stock logout/logout button
        - Boolean check when scripts lose their connection on form script
        - Boolean check when scripts lose their connection on core script
        - Expose unencrypted credentials 
        - Implement 64 bit encoding encryption algorithm  
        - Implement source code obfuscate 
    Improvements:
        - UI/UX revamp
        - UI straight forward usage
Version 0.0.4.4:
    Fixes:
        - Closing popup form after login/logout
    Improvements:
        - Removing delays between UI refresh and user actions
Version 0.0.4.3:
    Fixes:
        - Fixed issue with tel: links intercepting callbacks, default behavior suppressed to let VoIP to take over
Version 0.0.4.2:
    Fixes:
        - Fixed issue with 'accidental' callback every time the login is happening in main form
        - Fixed issue with broken web pages caused by scripts executed at the moment when decorated element is added back to the page
    Improvements:
        - Added 'Login Failed!' message in case if login is not successful in main form
        - Make login/logout buttons truly disabled based on state                    

확장 프로그램 기본 정보

이름 Mobile VoIP Connect Mobile VoIP Connect
ID cembgmegkmomikbajjfcjjmlakkdofbi
공식 URL https://chromewebstore.google.com/detail/mobile-voip-connect/cembgmegkmomikbajjfcjjmlakkdofbi
설명 Can Initiate a call by clicking on any phone number displayed in the browser
파일 크기 19.5 MB
설치 횟수 89
현재 버전 0.0.5.0
최근 업데이트 2021-04-07
출시 날짜 2020-08-04
개발자 Mobile VoIP Connect
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.connectmevoice.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mobile VoIP Connect",
    "version": "0.0.5.0",
    "description": "Can Initiate a call by clicking on any phone number displayed in the browser",
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "core.js",
                "ui.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": ".\/icon.png"
    },
    "browser_action": {
        "default_icon": ".\/icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "https:\/\/api.mobilevoipconnect.com\/"
    ]
}