Scroid — Smartcat on Steroids
An extension that adds additional features to your Smartcat account
What is Scroid — Smartcat on Steroids?
Scroid — Smartcat on Steroids is a Chrome extension developed by Vova Zakharov, and its main feature is "An extension that adds additional features to your Smartcat account".
Extension Screenshots
Download Scroid — Smartcat on Steroids Extension CRX File
Download Scroid — Smartcat on Steroids extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The initial version allows translators to see the number of words they’re left to translate from all customers. Make sure to open the extension from within your personal account on the required server: EU, US, or EA.
Extension Basic Information
Name | Scroid — Smartcat on Steroids |
ID | plfckohjmfjkcfbmljgbjoncnmgfjgog |
Official URL | https://chromewebstore.google.com/detail/scroid-%E2%80%94-smartcat-on-ster/plfckohjmfjkcfbmljgbjoncnmgfjgog |
Description | An extension that adds additional features to your Smartcat account |
File Size | 823 KB |
Installation Count | 78 |
Current Version | 0.1.0 |
Last Updated | 2021-10-09 |
Publish Date | 2021-10-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Vova Zakharov |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "activeTab", "storage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "version": "0.1.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |