Copy to Trello
Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!
Co to jest Copy to Trello?
Copy to Trello to rozszerzenie Chrome opracowane przez celandau, a jego główną funkcją jest „Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Copy to Trello
Pobierz pliki rozszerzeń Copy 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
Right click on copied text from any website and copy to the body of a new Trello card. Or, just use the simple interface in order to easily create new Trello cards.
Podstawowe informacje o rozszerzeniu
Nazwa | Copy to Trello |
ID | fdaifolckhmjnlkapifnkphgdolgabfb |
Oficjalny URL | https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb |
Opis | Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards! |
Rozmiar pliku | 10.34 KB |
Liczba instalacji | 688 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2021-03-15 |
Data Publikacji | 2021-02-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | celandau |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy to Trello", "version": "1.0.0", "description": "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!", "icons": { "128": "icon1.png" }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "contextMenus" ] } |