Secure Shell (dev)
Terminal emulator and SSH and SFTP client.
What is Secure Shell (dev)?
Secure Shell (dev) is a Chrome extension by Google Secure Shell Developers. This extension has 8,943 weekly active users, an average user rating of 3.83, and is most similar to Secure Shell and Chrome Quick Console. The latest version, 4 Feb 2023 15:07, was updated 2 days ago.
Stats
- clipboardRead
- clipboardWrite
- contextMenus
- idle
- notifications
- storage
- terminalPrivate
- unlimitedStorage
- fileSystemProvider
- accessibilityFeatures.read
ChromeStats Rank
Summary
This is the development version of the Secure Shell extension. It contains fixes & features that may not yet be available in the stable version. Use it at your own risk. If you're not comfortable running lightly tested code then install the stable version instead:https://chrome.google.com/webstore/detail/iodihamcpbpeioajjeobimgagajmlibd
Please read the FAQ, available here:https://hterm.org/x/ssh/faq.
You can also exchange feedback in the chromium-hterm mailing list, available here:https://hterm.org/x/ssh/contact.
The changelog is available here:https://hterm.org/x/ssh/changelog
Safety
Risk impact
Secure Shell (dev) requires very minimum permissions and is relatively safe to use.
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypass your security settings, and access your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.
Risk likelihood
Secure Shell (dev) has earned a fairly good reputation and likely can be trusted.
Risk likelihood measures the probability that a Chrome extension may turn malicious. This is determined by the publisher and the Chrome extension reputation on Chrome Web Store, the amount of time the Chrome extension has been around, and other signals about the Chrome extension. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Chrome extension, especially ones with higher risk impact and/or higher risk likelihood.
Subscribe to the premium plan to see more risk analysis detailsScreenshots
User reviews
Similar extensions
Here are some Chrome extensions that are similar to Secure Shell (dev):
Secure Shell
Chrome Quick Console
SSH Agent for Google Chrome™
Manifest
The manifest file declares the requirements and permissions that a Chrome extension will have access to. By reviewing the manifest, you may be able to determine if a Chrome extension is over-reaching (for example, if an extension is overriding your new tab page, or search provider, or requesting access to your web activities without any good reason).
{ "background": { "page": "html/nassh_background.html", "persistent": false }, "browser_action": { "default_icon": { "16": "images/dev/icon-16.png", "24": "images/dev/icon-24.png", "32": "images/dev/icon-32.png", "48": "images/dev/icon-48.png", "128": "images/dev/icon-128.png" }, "default_popup": "html/nassh_popup.html" },