F8Network Auto Refresh
Conjunto de funcionalidades de Autorefresh y After Time para Appen.
What is F8Network Auto Refresh?
F8Network Auto Refresh is a Chrome extension developed by F8Network, and its main feature is "Conjunto de funcionalidades de Autorefresh y After Time para Appen.".
Extension Screenshots
Download F8Network Auto Refresh Extension CRX File
Download F8Network Auto Refresh 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
Conjunto de funcionalidades para agilizar y facilitar las tareas en la plataforma Appen.com. Entre las funcionalidades se incluyen un AutoRefresh con notificación y actualización automática. Además de un temporizador programable para evitar el envío de una tarea antes de cumplirse el tiempo mínimo requerido.
Extension Basic Information
Name | F8Network Auto Refresh |
ID | komjofpffgcfoejcigpnbdjnehdgiaeg |
Official URL | https://chromewebstore.google.com/detail/f8network-auto-refresh/komjofpffgcfoejcigpnbdjnehdgiaeg |
Description | Conjunto de funcionalidades de Autorefresh y After Time para Appen. |
File Size | 1.08 MB |
Installation Count | 108 |
Current Version | 2.0 |
Last Updated | 2021-05-30 |
Publish Date | 2020-11-29 |
Rating | 4.33/5 Total 6 Ratings |
Developer | F8Network |
[email protected] | |
Payment Type | free |
Supported Languages | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "F8Network Auto Refresh", "description": "Conjunto de funcionalidades de Autorefresh y After Time para Appen.", "version": "2.0", "author": "F8 Network", "icons": { "16": "\/src\/img\/icon.png", "128": "\/src\/img\/icon.png" }, "background": { "scripts": [ "main_back.js" ], "persistent": true }, "browser_action": { "default_icon": "\/src\/img\/icon.png", "default_title": "F8Network Auto Refresh", "default_popup": "index.html" }, "permissions": [ "storage", "tabs", "notifications", "https:\/\/account.appen.com\/*", "https:\/\/view.appen.io\/*", "https:\/\/cs16.cf\/*" ], "content_scripts": [ { "matches": [ "https:\/\/account.appen.com\/*", "https:\/\/view.appen.io\/*" ], "js": [ "src\/framework\/jquery-3.4.1.min.js", "main_content.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |