Airflow Lifunf

This intents to help poor engineers to use Airflow!

Qu'est-ce que Airflow Lifunf ?

Airflow Lifunf est une extension Chrome développée par lucas.lmmf, et sa fonction principale est "This intents to help poor engineers to use Airflow!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Airflow Lifunf

Téléchargez les fichiers d'extension Airflow Lifunf 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

                        ### What?
This is a chrome extension that enables some features on Airflow:

- Auto-Refresh on Airflow DAG's page. This helps a lot when monitoring/testing a task execution. Now you can drink your cup of coffee beer while Airflow run the Dag you're trying to run again.

- Error highlighting to help easily find them on the logs.

- Creates links on the logs                    

Informations de Base sur l'Extension

Nom Airflow Lifunf Airflow Lifunf
ID eloabhccocaamibhganmeogabcenidfa
URL Officiel https://chromewebstore.google.com/detail/airflow-lifunf/eloabhccocaamibhganmeogabcenidfa
Description This intents to help poor engineers to use Airflow!
Taille du Fichier 396 KB
Nombre d'Installations 71
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-02-16
Date de Publication 2020-02-15
Évaluation 5.00/5 Total 2 Évaluations
Développeur lucas.lmmf
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/LucasMMota/airflow-lifunf-extension
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Airflow Lifunf",
    "version": "1.1.1",
    "description": "This intents to help poor engineers to use Airflow!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "logoaf.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/admin\/airflow\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "css": [
                "estilera.css"
            ]
        }
    ]
}