RedSpeak Footswitch RDP Support

Connects your footswitch to the RedSpeak dictation portal and lets you control the RedSpeak audioplayer freely from any application…

RedSpeak Footswitch RDP Supportคืออะไร?

RedSpeak Footswitch RDP Support เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.redspeak.nl และคุณลักษณะหลักของมันคือ "Connects your footswitch to the RedSpeak dictation portal and lets you control the RedSpeak audioplayer freely from any application…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RedSpeak Footswitch RDP Support

ดาวน์โหลดไฟล์ส่วนขยาย RedSpeak Footswitch RDP Support ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        RedSpeak Footswitch Support is compatible with the following footswitches:
- Olympus RS-31 and RS-28 
- Philips LFH 2310, LFH 2330, LFH 0210/90B and LFH 6212/00
- Grundig 540 USB
- Infinity VEC 2

***Getting connected***
- Connect your USB footswitch
- Add the app to chrome
- Contact your RedSpeak supplier for the RedSpeak footswitch RDP support installer and install on your local client
- Open your RedSpeak account and use your footswitch within RDP

RedSpeak is the only fully web-based cloud dictation solution for professionals. The only dication solution you’ll ever need. Why?

- No installation required, ready to use in 5 minutes
- Expand with high-end professional speech recognition for auto transcription of your voice
- Upload dictation’s 24/7 from any location with the RedSpeak smartphone app
- Transcribe dictations 24/7 from any location with the webbased dictation-portal
- Easy scalable for any company size and configure RedSpeak in teams, departments of locations

***Contact***
http://www.redspeak.net 

***Trademarks*** 
RedSpeak is a trademark of RedSpeak and protected by trademark registrations and/or pending trademark applications in the European Union, United States of America and other jurisdictions.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RedSpeak Footswitch RDP Support RedSpeak Footswitch RDP Support
ID bamebkdnadcodkpieamlhfbmimandpna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/redspeak-footswitch-rdp-s/bamebkdnadcodkpieamlhfbmimandpna
คำอธิบาย Connects your footswitch to the RedSpeak dictation portal and lets you control the RedSpeak audioplayer freely from any application…
ขนาดไฟล์ 12.27 KB
จำนวนการติดตั้ง 543
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-02-27
วันที่เผยแพร่ 2016-02-26
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://www.redspeak.nl
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "nl",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.0",
    "icons": {
        "16": "icons\/redspeak-16.png",
        "48": "icons\/redspeak-48.png",
        "128": "icons\/redspeak-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "commands": {
        "play": {
            "suggested_key": {
                "default": "MediaPlayPause"
            },
            "description": "__MSG_Play__",
            "global": true
        },
        "pause": {
            "suggested_key": {
                "default": "MediaStop"
            },
            "description": "__MSG_Pause__",
            "global": true
        },
        "forward": {
            "suggested_key": {
                "default": "MediaNextTrack"
            },
            "description": "__MSG_FastForward__",
            "global": true
        },
        "rewind": {
            "suggested_key": {
                "default": "MediaPrevTrack"
            },
            "description": "__MSG_Rewind__",
            "global": true
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.redspeak.nl\/*"
        ]
    }
}