Trello board to excel

Simple extension to export your trello board to excel

Co to jest Trello board to excel?

Trello board to excel to rozszerzenie Chrome opracowane przez marabesi, a jego główną funkcją jest „Simple extension to export your trello board to excel”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Trello board to excel

Pobierz pliki rozszerzeń Trello board to excel 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 now the extension can exports a entire board to excel, but unfortunately it is lacking design.

1. Go to the trello.com
2. Select the board to export (this step is important, to be able to export the right page is where all the columns appear)
3. Click in the extension icon
4. Click in download                    

Podstawowe informacje o rozszerzeniu

Nazwa Trello board to excel Trello board to excel
ID oimcopobgjkigfbcblljgeblejgoljjf
Oficjalny URL https://chromewebstore.google.com/detail/trello-board-to-excel/oimcopobgjkigfbcblljgeblejgoljjf
Opis Simple extension to export your trello board to excel
Rozmiar pliku 603 KB
Liczba instalacji 166
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2023-12-18
Data Publikacji 2018-08-28
Deweloper marabesi
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/marabesi/trello-to-excel
Adres URL Strony Pomocy https://github.com/marabesi/trello-to-excel/issues
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello board to excel",
    "description": "Simple extension to export your trello board to excel",
    "version": "0.2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Trello to excel!"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "downloads"
    ]
}