Scroid — Smartcat on Steroids
An extension that adds additional features to your Smartcat account
Was ist Scroid — Smartcat on Steroids?
Scroid — Smartcat on Steroids ist eine Chrome-Erweiterung, die von Vova Zakharov entwickelt wurde, und ihr Hauptmerkmal ist "An extension that adds additional features to your Smartcat account".
Erweiterungsscreenshots
Scroid — Smartcat on Steroids-Erweiterungs-CRX-Datei herunterladen
Laden Sie Scroid — Smartcat on Steroids-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Scroid — Smartcat on Steroids |
ID | plfckohjmfjkcfbmljgbjoncnmgfjgog |
Offizielle URL | https://chromewebstore.google.com/detail/scroid-%E2%80%94-smartcat-on-ster/plfckohjmfjkcfbmljgbjoncnmgfjgog |
Beschreibung | An extension that adds additional features to your Smartcat account |
Dateigröße | 823 KB |
Installationsanzahl | 78 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2021-10-09 |
Veröffentlichungsdatum | 2021-10-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Vova Zakharov |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |