iScribe AirMic

iScribe AirMic Web Extension for Chrome

Wat is iScribe AirMic?

iScribe AirMic is een Chrome-extensie ontwikkeld door iScribeHealth, en de belangrijkste functie is "iScribe AirMic Web Extension for Chrome".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie iScribe AirMic

Download iScribe AirMic-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension requires and is installed by iScribe AirMic for Desktop.

This extension allows iScribe AirMic to be able to interact with Google Chrome in order to enhance dictations inside the browser.

To enable the extension, click in "Add to Chrome", confirm, then refresh. To check if it is enabled, in Chrome, click the menu icon > More Tools > Extensions and check if iScribe AirMic extension is present and active.                    

Basisinformatie over de Extensie

Naam iScribe AirMic iScribe AirMic
ID nboacbjmjmdlelkdepdkgmlgjjnpganb
Officiële URL https://chromewebstore.google.com/detail/iscribe-airmic/nboacbjmjmdlelkdepdkgmlgjjnpganb
Beschrijving iScribe AirMic Web Extension for Chrome
Bestandsgrootte 13.91 KB
Aantal Installaties 2,139
Huidige Versie 1.16
Laatst Bijgewerkt 2022-12-07
Publicatiedatum 2020-04-24
Ontwikkelaar iScribeHealth
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.iscribehealth.com/
URL van de Privacybeleid Pagina https://www.iscribehealth.com/iscribe-privacy-policy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iScribe AirMic",
    "description": "iScribe AirMic Web Extension for Chrome",
    "version": "1.16",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "img\/icon.png"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}