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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Can Initiate a call by clicking on any phone number displayed in the browser"।

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

screenshot

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

crx प्रारूप में Mobile VoIP Connect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/"
    ]
}