Add it for Trello
This extension lets you add new cards to boards/lists and attach the current page as a comment
Co je Add it for Trello?
Add it for Trello je rozšíření Chrome vyvinuté wyegelwel, a jeho hlavní funkcí je „This extension lets you add new cards to boards/lists and attach the current page as a comment“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Add it for Trello
Stáhněte si soubory rozšíření Add it for Trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all. Github link: https://github.com/wyegelwel/Trello_It
Základní Informace o Rozšíření
Název | Add it for Trello |
ID | gcojdlkfcjmklneaoniagdciohpoblch |
Oficiální URL | https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch |
Popis | This extension lets you add new cards to boards/lists and attach the current page as a comment |
Velikost souboru | 768 KB |
Počet instalací | 132 |
Aktuální Verze | 0.3 |
Poslední Aktualizace | 2015-07-28 |
Datum Vydání | 2015-07-27 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | wyegelwel |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add it for Trello", "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment", "version": "0.3", "browser_action": { "default_icon": "images\/Trello_it_logo.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "https:\/\/trello.com\/", "https:\/\/api.trello.com\/", "tabs" ] } |