Trello Feed

Have a full visibility of what is happening in Trello.

Qu'est-ce que Trello Feed ?

Trello Feed est une extension Chrome développée par ynazarov, et sa fonction principale est "Have a full visibility of what is happening in Trello.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trello Feed

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

                        Trello Feed will group updates from all your boards and show them in one place so that you wouldn't miss a thing. 
It will notify you if new updates available, so you can quickly respond to a comment or a task.                    

Informations de Base sur l'Extension

Nom Trello Feed Trello Feed
ID obincefhnenglgklhbehgeeeccjpgccn
URL Officiel https://chrome.google.com/webstore/detail/obincefhnenglgklhbehgeeeccjpgccn
Description Have a full visibility of what is happening in Trello.
Taille du Fichier 709 KB
Nombre d'Installations 75
Version Actuelle 1.1.1
Dernière Mise à Jour 2017-11-01
Date de Publication 2017-11-01
Évaluation 4.00/5 Total 3 Évaluations
Développeur ynazarov
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Feed",
    "version": "1.1.1",
    "description": "Have a full visibility of what is happening in Trello.",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "src\/inject.js"
            ],
            "css": [
                "css\/modifiedBoards.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/app.html",
        "icons\/boards.white.svg",
        "icons\/feed.white.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": [],
    "permissions": [
        "https:\/\/trello.com\/*",
        "https:\/\/www.google-analytics.com\/",
        "storage",
        "tabs",
        "alarms"
    ]
}