Imedical Transcription Extension

Complementary extension of the imedical's Transcription web platform application

Wat is Imedical Transcription Extension?

Imedical Transcription Extension is een Chrome-extensie ontwikkeld door i-medical, en de belangrijkste functie is "Complementary extension of the imedical's Transcription web platform application".

Download het CRX-bestand van de extensie Imedical Transcription Extension

Download Imedical Transcription Extension-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

                                            

Basisinformatie over de Extensie

Naam Imedical Transcription Extension Imedical Transcription Extension
ID imfpohhlkpglnodbojepcffgnnajceab
Officiële URL https://chrome.google.com/webstore/detail/imedical-transcription-ex/imfpohhlkpglnodbojepcffgnnajceab
Beschrijving Complementary extension of the imedical's Transcription web platform application
Bestandsgrootte 75.01 KB
Aantal Installaties 37
Huidige Versie 1.1
Laatst Bijgewerkt 2016-08-29
Publicatiedatum 2016-08-29
Ontwikkelaar i-medical
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imedical Transcription Extension",
    "description": "Complementary extension of the imedical's Transcription web platform application",
    "icons": {
        "16": "i-medical16.png",
        "48": "i-medical48.png",
        "128": "i-medical128.png"
    },
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "commands": {
        "pedal-forward-hotkey": {
            "suggested_key": {
                "default": "Alt+X",
                "mac": "Alt+X"
            },
            "description": "Pedal forward audio command."
        },
        "pedal-rewind-hotkey": {
            "suggested_key": {
                "default": "Alt+B",
                "mac": "Alt+B"
            },
            "description": "Pedal rewind audio command."
        },
        "pedal-playpause-hotkey": {
            "suggested_key": {
                "default": "Alt+A",
                "mac": "Alt+A"
            },
            "description": "Pedal play\/pause audio command."
        },
        "pedal-stop-hotkey": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Ctrl+M"
            },
            "description": "Pedal stop audio command."
        }
    }
}