Fenix-Chrome-Extension

Fenix extension to perform QuickTasks

Apa itu Fenix-Chrome-Extension?

Fenix-Chrome-Extension adalah ekstensi Chrome yang dikembangkan oleh fenixlabs.automations, dan fitur utamanya adalah "Fenix extension to perform QuickTasks".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Fenix-Chrome-Extension

Unduh file ekstensi Fenix-Chrome-Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        With the Fenix extension you will able to clone a transaction from etherscan, creating in one click a task into Fenix Web App                    

Informasi Dasar Ekstensi

Nama Fenix-Chrome-Extension Fenix-Chrome-Extension
ID nekclkhamjgjhkmkilleokgighpbclha
URL Resmi https://chromewebstore.google.com/detail/fenix-chrome-extension/nekclkhamjgjhkmkilleokgighpbclha
Deskripsi Fenix extension to perform QuickTasks
Ukuran File 987 KB
Jumlah Instalasi 240
Versi Saat Ini 2.8
Terakhir Diperbarui 2023-02-09
Tanggal Publikasi 2022-06-16
Penilaian 5.00/5 Total 1 Penilaian
Pengembang fenixlabs.automations
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://fenixlabs.io/
URL Halaman Bantuan https://discord.gg/fenixlabs
URL Halaman Kebijakan Privasi https://fenixlabs.io/privacy-policy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fenix-Chrome-Extension",
    "description": "Fenix extension to perform QuickTasks",
    "version": "2.8",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "FenixLogo16.png",
        "32": "FenixLogo32.png",
        "48": "FenixLogo48.png",
        "128": "FenixLogo128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "https:\/\/*.automations.fenixlabs.io\/*"
        ]
    }
}