iScribe AirMic

iScribe AirMic Web Extension for Chrome

What is iScribe AirMic?

iScribe AirMic is a Chrome extension developed by iScribeHealth, and its main feature is "iScribe AirMic Web Extension for Chrome".

Extension Screenshots

screenshot

Download iScribe AirMic Extension CRX File

Download iScribe AirMic 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

                        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.                    

Extension Basic Information

Name iScribe AirMic iScribe AirMic
ID nboacbjmjmdlelkdepdkgmlgjjnpganb
Official URL https://chromewebstore.google.com/detail/iscribe-airmic/nboacbjmjmdlelkdepdkgmlgjjnpganb
Description iScribe AirMic Web Extension for Chrome
File Size 13.91 KB
Installation Count 2,139
Current Version 1.16
Last Updated 2022-12-07
Publish Date 2020-04-24
Developer iScribeHealth
Email [email protected]
Payment Type free
Extension Website https://www.iscribehealth.com/
Privacy Policy Page URL https://www.iscribehealth.com/iscribe-privacy-policy
Supported Languages 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": [
        ""
    ]
}