Vested Networks

Integration powered by Vested Networks

What is Vested Networks?

Vested Networks is a Chrome extension developed by Developer, and its main feature is "Integration powered by Vested Networks".

Extension Screenshots

screenshot
screenshot

Download Vested Networks Extension CRX File

Download Vested Networks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The Vested Networks extension connects your phone system to Google Chrome so users can perform click to call and screen pops in a wide variety of applications. Simply sign in using your existing username and password to complete the connection.                    

Extension Basic Information

Name Vested Networks Vested Networks
ID aohghaopmccniniecipajopgbjbmljii
Official URL https://chromewebstore.google.com/detail/vested-networks/aohghaopmccniniecipajopgbjbmljii
Description Integration powered by Vested Networks
File Size 285 KB
Installation Count 70
Current Version 0.17.20
Last Updated 2023-09-29
Publish Date 2020-04-03
Developer Developer
Email [email protected]
Payment Type free
Extension Website https://vestednetworks.com/
Help Page URL https://vestednetworks.com/support
Privacy Policy Page URL https://www.loupdb.com/privacy-policy
Supported Languages en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vested Networks",
    "description": "Integration powered by Vested Networks",
    "short_name": "Vested Networks",
    "version": "0.17.20",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "management",
        "notifications",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "html\/login.html",
                "html\/dashboard.html"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    }
}