Fenix-Chrome-Extension

Fenix extension to perform QuickTasks

Wat is Fenix-Chrome-Extension?

Fenix-Chrome-Extension is een Chrome-extensie ontwikkeld door fenixlabs.automations, en de belangrijkste functie is "Fenix extension to perform QuickTasks".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fenix-Chrome-Extension

Download Fenix-Chrome-Extension-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

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

Basisinformatie over de Extensie

Naam Fenix-Chrome-Extension Fenix-Chrome-Extension
ID nekclkhamjgjhkmkilleokgighpbclha
Officiële URL https://chromewebstore.google.com/detail/fenix-chrome-extension/nekclkhamjgjhkmkilleokgighpbclha
Beschrijving Fenix extension to perform QuickTasks
Bestandsgrootte 987 KB
Aantal Installaties 240
Huidige Versie 2.8
Laatst Bijgewerkt 2023-02-09
Publicatiedatum 2022-06-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar fenixlabs.automations
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fenixlabs.io/
Help Pagina-URL https://discord.gg/fenixlabs
URL van de Privacybeleid Pagina https://fenixlabs.io/privacy-policy.html
Ondersteunde Talen 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\/*"
        ]
    }
}