Scroid — Smartcat on Steroids
An extension that adds additional features to your Smartcat account
Wat is Scroid — Smartcat on Steroids?
Scroid — Smartcat on Steroids is een Chrome-extensie ontwikkeld door Vova Zakharov, en de belangrijkste functie is "An extension that adds additional features to your Smartcat account".
Extensie Screenshots
Download het CRX-bestand van de extensie Scroid — Smartcat on Steroids
Download Scroid — Smartcat on Steroids-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Scroid — Smartcat on Steroids |
ID | plfckohjmfjkcfbmljgbjoncnmgfjgog |
Officiële URL | https://chromewebstore.google.com/detail/scroid-%E2%80%94-smartcat-on-ster/plfckohjmfjkcfbmljgbjoncnmgfjgog |
Beschrijving | An extension that adds additional features to your Smartcat account |
Bestandsgrootte | 823 KB |
Aantal Installaties | 78 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2021-10-09 |
Publicatiedatum | 2021-10-09 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Vova Zakharov |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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'" } |