Trello Feed
Have a full visibility of what is happening in Trello.
Hvad er Trello Feed?
Trello Feed er en Chrome-udvidelse udviklet af ynazarov, og dens hovedfunktion er "Have a full visibility of what is happening in Trello.".
Udvidelsesskærmbilleder
Download Trello Feed-udvidelses-CRX-fil
Download Trello Feed-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | obincefhnenglgklhbehgeeeccjpgccn |
Officiel URL | https://chrome.google.com/webstore/detail/obincefhnenglgklhbehgeeeccjpgccn |
Beskrivelse | Have a full visibility of what is happening in Trello. |
Filstørrelse | 709 KB |
Antal Installationer | 75 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2017-11-01 |
Udgivelsesdato | 2017-11-01 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | ynazarov |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |