Riskalyze Meetings

Create meetings with your clients from within Riskalyze.

Vad är Riskalyze Meetings?

Riskalyze Meetings är en Chrome-tillägg utvecklad av https://riskalyze.com, och dess huvudfunktion är "Create meetings with your clients from within Riskalyze.".

Tilläggsskärmbilder

screenshot

Ladda ner Riskalyze Meetings-förlängningens CRX-fil

Ladda ner Riskalyze Meetings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Riskalyze Meetings Riskalyze Meetings
ID hliaoeljaodcangokfecnbkfcagbddel
Officiell webbadress https://chromewebstore.google.com/detail/riskalyze-meetings/hliaoeljaodcangokfecnbkfcagbddel
Beskrivning Create meetings with your clients from within Riskalyze.
Filstorlek 20.89 KB
Antal Installationer 4,586
Aktuell Version 0.0.8
Senast Uppdaterad 2020-07-14
Publiceringsdatum 2019-07-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://riskalyze.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.riskalyze.com/privacy
Stödda Språk 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"
        }
    ]
}