PowerUp Trello
PowerUp Trello
What is PowerUp Trello?
PowerUp Trello is a Chrome extension developed by TheCornerSoft, and its main feature is "PowerUp Trello".
Extension Screenshots
Download PowerUp Trello Extension CRX File
Download PowerUp Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 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
Extension Basic Information
Name | |
ID | dcghblfpkoaefchjlhgglpjeiihlapkc |
Official URL | https://chrome.google.com/webstore/detail/powerup-trello/dcghblfpkoaefchjlhgglpjeiihlapkc |
Description | PowerUp Trello |
File Size | 85.27 KB |
Installation Count | 104 |
Current Version | 1.7 |
Last Updated | 2019-06-26 |
Publish Date | 2019-06-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | TheCornerSoft |
[email protected] | |
Payment Type | free |
Extension Website | https://savetokeep.com |
Supported Languages | 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\/*" ] } |