Fenix-Chrome-Extension

Fenix extension to perform QuickTasks

What is Fenix-Chrome-Extension?

Fenix-Chrome-Extension is a Chrome extension developed by fenixlabs.automations, and its main feature is "Fenix extension to perform QuickTasks".

Extension Screenshots

screenshot

Download Fenix-Chrome-Extension Extension CRX File

Download Fenix-Chrome-Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Fenix-Chrome-Extension Fenix-Chrome-Extension
ID nekclkhamjgjhkmkilleokgighpbclha
Official URL https://chromewebstore.google.com/detail/fenix-chrome-extension/nekclkhamjgjhkmkilleokgighpbclha
Description Fenix extension to perform QuickTasks
File Size 987 KB
Installation Count 240
Current Version 2.8
Last Updated 2023-02-09
Publish Date 2022-06-16
Rating 5.00/5 Total 1 Ratings
Developer fenixlabs.automations
Email [email protected]
Payment Type free
Extension Website https://fenixlabs.io/
Help Page URL https://discord.gg/fenixlabs
Privacy Policy Page URL https://fenixlabs.io/privacy-policy.html
Supported Languages 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\/*"
        ]
    }
}