Riskalyze Meetings

Create meetings with your clients from within Riskalyze.

O que é Riskalyze Meetings?

Riskalyze Meetings é uma extensão do Chrome desenvolvida por https://riskalyze.com, e sua principal característica é "Create meetings with your clients from within Riskalyze.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Riskalyze Meetings

Baixe arquivos de extensão Riskalyze Meetings no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Riskalyze Meetings Riskalyze Meetings
ID hliaoeljaodcangokfecnbkfcagbddel
URL Oficial https://chromewebstore.google.com/detail/riskalyze-meetings/hliaoeljaodcangokfecnbkfcagbddel
Descrição Create meetings with your clients from within Riskalyze.
Tamanho do Arquivo 20.89 KB
Contagem de Instalações 4,586
Versão Atual 0.0.8
Última Atualização 2020-07-14
Data de Publicação 2019-07-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://riskalyze.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.riskalyze.com/privacy
Idiomas Suportados 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"
        }
    ]
}