Add it for Trello
This extension lets you add new cards to boards/lists and attach the current page as a comment
Co to jest Add it for Trello?
Add it for Trello to rozszerzenie Chrome opracowane przez wyegelwel, a jego główną funkcją jest „This extension lets you add new cards to boards/lists and attach the current page as a comment”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Add it for Trello
Pobierz pliki rozszerzeń Add it for Trello w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Add it for Trello |
ID | gcojdlkfcjmklneaoniagdciohpoblch |
Oficjalny URL | https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch |
Opis | This extension lets you add new cards to boards/lists and attach the current page as a comment |
Rozmiar pliku | 768 KB |
Liczba instalacji | 132 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2015-07-28 |
Data Publikacji | 2015-07-27 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | wyegelwel |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |