iScribe AirMic

iScribe AirMic Web Extension for Chrome

iScribe AirMic là gì?

iScribe AirMic là một tiện ích mở rộng Chrome được phát triển bởi iScribeHealth, và tính năng chính của nó là "iScribe AirMic Web Extension for Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng iScribe AirMic

Tải xuống các tệp mở rộng iScribe AirMic dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên iScribe AirMic iScribe AirMic
ID nboacbjmjmdlelkdepdkgmlgjjnpganb
URL Chính Thức https://chromewebstore.google.com/detail/iscribe-airmic/nboacbjmjmdlelkdepdkgmlgjjnpganb
Mô tả iScribe AirMic Web Extension for Chrome
Kích Thước Tệp 13.91 KB
Số Lần Cài Đặt 2,139
Phiên Bản Hiện Tại 1.16
Cập Nhật Lần Cuối 2022-12-07
Ngày Phát Hành 2020-04-24
Nhà Phát Triển iScribeHealth
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.iscribehealth.com/
URL Trang Chính Sách Bảo Mật https://www.iscribehealth.com/iscribe-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}