F8Network Auto Refresh

Conjunto de funcionalidades de Autorefresh y After Time para Appen.

F8Network Auto Refresh란 무엇입니까?

F8Network Auto Refresh은(는) F8Network에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Conjunto de funcionalidades de Autorefresh y After Time para Appen."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

F8Network Auto Refresh 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 F8Network Auto Refresh F8Network Auto Refresh
ID komjofpffgcfoejcigpnbdjnehdgiaeg
공식 URL https://chromewebstore.google.com/detail/f8network-auto-refresh/komjofpffgcfoejcigpnbdjnehdgiaeg
설명 Conjunto de funcionalidades de Autorefresh y After Time para Appen.
파일 크기 1.08 MB
설치 횟수 108
현재 버전 2.0
최근 업데이트 2021-05-30
출시 날짜 2020-11-29
평점 4.33/5 총 6 개의 평점
개발자 F8Network
이메일 [email protected]
결제 유형 free
지원되는 언어 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'"
}