SSHGate ssh client and terminal emulator

Open SSH client sessions with a terminal emulator

Τι είναι το SSHGate ssh client and terminal emulator;

Το SSHGate ssh client and terminal emulator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.redcoolmedia.net, και η κύρια λειτουργία του είναι "Open SSH client sessions with a terminal emulator".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SSHGate ssh client and terminal emulator

Λήψη αρχείων επέκτασης SSHGate ssh client and terminal emulator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        SSHGate is a SSH client and web-based Terminal Emulator that brings the power of the command line to the web. Its main features are:

- Multi-user and multi-terminal so that hundreds of simultaneous users and terminals can be served.
- Advanced terminal emulation including support for 256 colors, fancy text styles, and more.
- Supports Unicode, international keyboard layouts, and localized strings (internationalization or i18n).
- Natural copy & paste: Highlight text and use your browser's native context menu.
- Allow to resume terminal sessions even although the web browser is closed or disconnected. 
- Key-based authentication and support RSA, DSA, ECDSA, and X.509 certificates.
- Track of all your hosts with functionalities like tagging, sorting, and fast search. 
- Log Viewer that provides functionalities like sorting, viewing and recordings of terminal sessions to HTML files. 
- No browser plugins required so it has not the security problems of Java, Flash, and ActiveX.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SSHGate ssh client and terminal emulator SSHGate ssh client and terminal emulator
ID akjclknoaegmfejdhkncppnmjemkohdg
Επίσημο URL https://chromewebstore.google.com/detail/sshgate-ssh-client-and-te/akjclknoaegmfejdhkncppnmjemkohdg
Περιγραφή Open SSH client sessions with a terminal emulator
Μέγεθος Αρχείου 282 KB
Αριθμός Εγκαταστάσεων 9,037
Τρέχουσα Έκδοση 1.4.3
Τελευταία Ενημέρωση 2024-01-01
Ημερομηνία Δημοσίευσης 2020-02-27
Αξιολόγηση 2.76/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής https://www.redcoolmedia.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.redcoolmedia.net/index.php/web-utilities/sshgate-ssh-client-online
URL της Σελίδας Πολιτικής Απορρήτου http://www.redcoolmedia.net/index.php/cloud-apps-policy
Υποστηριζόμενες Γλώσσες de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_title__",
    "version": "1.4.3",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/app_38.png"
    },
    "options_page": "settings.html",
    "icons": {
        "128": "icons\/app_128.png",
        "48": "icons\/app_48.png",
        "16": "icons\/app_16.png"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "webRequest"
    ],
    "background": {
        "service_worker": "service.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}