Trello Card Dependencies V2.0
Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm
Cos'è Trello Card Dependencies V2.0?
Trello Card Dependencies V2.0 è un'estensione di Chrome sviluppata da jiemakel, e la sua funzione principale è "Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm".
Scarica il file CRX dell'estensione Trello Card Dependencies V2.0
Scarica i file di estensione Trello Card Dependencies V2.0 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Updated version of Trello Card Dependencies (https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm). In this version, dependencies are not recorded as DependsOn(shortLink) in the description field. Instead, they are human readable and actionable full links inside a "Dependencies" checklist. In addition, one can highlight cards based on their label or associated members.
Informazioni di Base sull'Estensione
Nome | |
ID | oofmekkkjbnppfcefaggnempnijifmjk |
URL Ufficiale | https://chrome.google.com/webstore/detail/trello-card-dependencies/oofmekkkjbnppfcefaggnempnijifmjk |
Descrizione | Modification of https://chrome.google.com/webstore/detail/trello-card-dependencies/ddhnhdoghhfoeceiohphm |
Dimensione del File | 144 KB |
Conteggio Installazioni | 116 |
Versione Corrente | 2.2 |
Ultimo Aggiornamento | 2017-10-23 |
Data di Pubblicazione | 2017-10-23 |
Valutazione | 3.75/5 Totale 4 Valutazioni |
Sviluppatore | jiemakel |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jiemakel/Trello-Card-Dependencies/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello Card Dependencies V2.0", "description": "Modification of https:\/\/chrome.google.com\/webstore\/detail\/trello-card-dependencies\/ddhnhdoghhfoeceiohphm", "version": "2.2", "permissions": [ "http:\/\/trello.com\/b*", "https:\/\/trello.com\/b*", "tabs", "storage" ], "web_accessible_resources": [ "index.html", "icon.png", "inline.plugin.js", "https:\/\/ssl.google-analytics.com\/ga.js" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "lib\/jquery.js", "lib\/inline.plugin.js", "lib\/d3.v3.js", "lib\/linq.js", "trello\/transformer.js", "inVis.js", "trello\/TrelloDepView.js", "trello\/client.js" ] } ] } |