Add a link to trello
This extension will let you add a link to a list on a board on Trello.
Co to jest Add a link to trello?
Add a link to trello to rozszerzenie Chrome opracowane przez https://omgmog.net, a jego główną funkcją jest „This extension will let you add a link to a list on a board on Trello.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Add a link to trello
Pobierz pliki rozszerzeń Add a link to 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
This is a Google Chrome extension that lets you add the currently viewed page to a board on Trello.
Podstawowe informacje o rozszerzeniu
Nazwa | Add a link to trello |
ID | ngignckpjkimcpnlphkbgpnbpnicnffe |
Oficjalny URL | https://chromewebstore.google.com/detail/add-a-link-to-trello/ngignckpjkimcpnlphkbgpnbpnicnffe |
Opis | This extension will let you add a link to a list on a board on Trello. |
Rozmiar pliku | 71.53 KB |
Liczba instalacji | 517 |
Aktualna Wersja | 1.2.1 |
Ostatnia Aktualizacja | 2021-07-30 |
Data Publikacji | 2014-03-14 |
Ocena | 4.11/5 Łącznie 9 Oceny |
Deweloper | https://omgmog.net |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/omgmog/chrome-add-link-to-trello |
Adres URL Strony Pomocy | https://github.com/omgmog/chrome-add-link-to-trello/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add a link to trello", "description": "This extension will let you add a link to a list on a board on Trello.", "version": "1.2.1", "options_page": "options.html", "permissions": [ "https:\/\/api.trello.com\/", "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "options.html" ], "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'" } |