Trello Feed
Have a full visibility of what is happening in Trello.
Wat is Trello Feed?
Trello Feed is een Chrome-extensie ontwikkeld door ynazarov, en de belangrijkste functie is "Have a full visibility of what is happening in Trello.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello Feed
Download Trello Feed-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
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.
Basisinformatie over de Extensie
Naam | |
ID | obincefhnenglgklhbehgeeeccjpgccn |
Officiële URL | https://chrome.google.com/webstore/detail/obincefhnenglgklhbehgeeeccjpgccn |
Beschrijving | Have a full visibility of what is happening in Trello. |
Bestandsgrootte | 709 KB |
Aantal Installaties | 75 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2017-11-01 |
Publicatiedatum | 2017-11-01 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | ynazarov |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |