PowerUp Trello
PowerUp Trello
Wat is PowerUp Trello?
PowerUp Trello is een Chrome-extensie ontwikkeld door TheCornerSoft, en de belangrijkste functie is "PowerUp Trello".
Extensie Screenshots
Download het CRX-bestand van de extensie PowerUp Trello
Download PowerUp Trello-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
- Active card after click - Quick filters members in board - Search card by card id or short card id - Remove card background in screen board - Sortable list Labels
Basisinformatie over de Extensie
Naam | |
ID | dcghblfpkoaefchjlhgglpjeiihlapkc |
Officiële URL | https://chrome.google.com/webstore/detail/powerup-trello/dcghblfpkoaefchjlhgglpjeiihlapkc |
Beschrijving | PowerUp Trello |
Bestandsgrootte | 85.27 KB |
Aantal Installaties | 104 |
Huidige Versie | 1.7 |
Laatst Bijgewerkt | 2019-06-26 |
Publicatiedatum | 2019-06-26 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | TheCornerSoft |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://savetokeep.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PowerUp Trello", "description": "PowerUp Trello", "version": "1.7", "browser_action": { "default_icon": "images\/icon.png" }, "background": { "scripts": [ "js\/lib\/jquery-3.3.1.min.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "js\/lib\/sortable.min.js", "js\/lib\/jquery-3.3.1.min.js", "js\/content_scripts.js" ], "css": [ "css\/styles.css" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "offline_enabled": true, "permissions": [ "activeTab", "tabs", "unlimitedStorage", "tabs", "notifications", "alarms", "gcm", "storage", "https:\/\/trello.com\/*" ] } |