Riskalyze Meetings

Create meetings with your clients from within Riskalyze.

What is Riskalyze Meetings?

Riskalyze Meetings is a Chrome extension developed by https://riskalyze.com, and its main feature is "Create meetings with your clients from within Riskalyze.".

Extension Screenshots

screenshot

Download Riskalyze Meetings Extension CRX File

Download Riskalyze Meetings 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

                        Riskalyze Meetings makes it easy and safe to conduct client meetings with nothing for your client to download.                    

Extension Basic Information

Name Riskalyze Meetings Riskalyze Meetings
ID hliaoeljaodcangokfecnbkfcagbddel
Official URL https://chromewebstore.google.com/detail/riskalyze-meetings/hliaoeljaodcangokfecnbkfcagbddel
Description Create meetings with your clients from within Riskalyze.
File Size 20.89 KB
Installation Count 4,586
Current Version 0.0.8
Last Updated 2020-07-14
Publish Date 2019-07-17
Rating 5.00/5 Total 1 Ratings
Developer https://riskalyze.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.riskalyze.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Riskalyze Meetings",
    "short_name": "Meetings",
    "manifest_version": 2,
    "version": "0.0.8",
    "description": "Create meetings with your clients from within Riskalyze.",
    "permissions": [
        ""
    ],
    "icons": {
        "128": "riskalyze_128.png",
        "48": "riskalyze_48.png",
        "16": "riskalyze_16.png"
    },
    "page_action": {
        "default_icon": "riskalyze_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "broadcaster-proxy.js"
            ],
            "matches": [
                "*:\/\/*.riskalyze.com\/*",
                "*:\/\/*.riskalyze-dev-us.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}