F8Network Auto Refresh

Conjunto de funcionalidades de Autorefresh y After Time para Appen.

F8Network Auto Refreshคืออะไร?

F8Network Auto Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย F8Network และคุณลักษณะหลักของมันคือ "Conjunto de funcionalidades de Autorefresh y After Time para Appen."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย F8Network Auto Refresh

ดาวน์โหลดไฟล์ส่วนขยาย F8Network Auto Refresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}