Fenix-Chrome-Extension

Fenix extension to perform QuickTasks

Qu'est-ce que Fenix-Chrome-Extension ?

Fenix-Chrome-Extension est une extension Chrome développée par fenixlabs.automations, et sa fonction principale est "Fenix extension to perform QuickTasks".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Fenix-Chrome-Extension

Téléchargez les fichiers d'extension Fenix-Chrome-Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Fenix-Chrome-Extension Fenix-Chrome-Extension
ID nekclkhamjgjhkmkilleokgighpbclha
URL Officiel https://chromewebstore.google.com/detail/fenix-chrome-extension/nekclkhamjgjhkmkilleokgighpbclha
Description Fenix extension to perform QuickTasks
Taille du Fichier 987 KB
Nombre d'Installations 240
Version Actuelle 2.8
Dernière Mise à Jour 2023-02-09
Date de Publication 2022-06-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur fenixlabs.automations
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fenixlabs.io/
URL de la Page d'Aide https://discord.gg/fenixlabs
URL de la Page de Politique de Confidentialité https://fenixlabs.io/privacy-policy.html
Langues Prises en Charge 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\/*"
        ]
    }
}