Trello board to excel

Simple extension to export your trello board to excel

Vad är Trello board to excel?

Trello board to excel är en Chrome-tillägg utvecklad av marabesi, och dess huvudfunktion är "Simple extension to export your trello board to excel".

Tilläggsskärmbilder

screenshot

Ladda ner Trello board to excel-förlängningens CRX-fil

Ladda ner Trello board to excel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Trello board to excel Trello board to excel
ID oimcopobgjkigfbcblljgeblejgoljjf
Officiell webbadress https://chromewebstore.google.com/detail/trello-board-to-excel/oimcopobgjkigfbcblljgeblejgoljjf
Beskrivning Simple extension to export your trello board to excel
Filstorlek 603 KB
Antal Installationer 166
Aktuell Version 0.2.0
Senast Uppdaterad 2023-12-18
Publiceringsdatum 2018-08-28
Utvecklare marabesi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/marabesi/trello-to-excel
Hjälpsida URL https://github.com/marabesi/trello-to-excel/issues
Stödda Språk 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"
    ]
}