Ultimello, the features pack for Trello

Extension that adds a lot of useful features to Trello

Ultimello, the features pack for Trelloとは何ですか?

Ultimello, the features pack for TrelloはYuriy Yazlovytskyyによって開発されたChromeの拡張機能で、その主な機能は「Extension that adds a lot of useful features to Trello」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Ultimello, the features pack for Trello拡張機能のCRXファイルをダウンロード

Ultimello, the features pack for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        With your ideas, suggestions and bug reports please contact me at [email protected].


The Ultimello is intended to extend the Trello application with some useful features.

Features in Ultimello:

 - Connections between cards. This feature is still in BETA so your feedback is very much appreciated

 - Sort lists by
       * Due Date
       * Title (alphabetically)
       * Votes
       * Labels
       * Last activity date
       * Creation Date.
       * Date of appearance in the list
   By default sorting is UI only, and is not saved as actual order of the cards, UNLESS you click "Apply current sorting"

 - Showing cards count in the list's title


New in 1.8.0
  - Sort by Last Activity
  - Improvements for overall sorting experience

New in 1.7.1
  - Huge performance and memory improvements

New in 1.6.2
  - fix for "too much of connections buttons"

New in 1.6
   - fix for issue: "Unable to open a board or card after editing connections" 

New in 1.5
   - sort by "Date of appearance in the list"
   - Default sort order for date based fields is now descendant

New in 1.4.42
   - fix for issue with not showing the parent card in "show connections" mode
   - fix for couple of bugs in cards count showing

New in 1.4.40
   - now connected cards are saved as links
   - bug fixes for the connected cards feature

New in 1.4.20
   - fix compatibility issues with new Trello UI updates

New in 1.4.1
   - fixed issue "Not able to turn off the connected cards feature"

New in 1.4
   - NEW FEATURE: Connections between cards
   - fixed issue with configuring labels sort order
New in 1.3.7
   - fixed issue with saving sort order in Trello
New in 1.3.6
   - fixed the issue with Ultimello not working when a card is opened via direct link

NEW in 1.3.5:
   - now the sort state of the lists is saved and is automatically applied after the board loading. You can always "Reset" the sort state of the particular list if you don't need it to be automatically sorted.

History:
Fixed compatibility issues with other extensions.
Fixed issues with cards count.
Fixed incompatibility with localization.
Fixed issue with labels sorting order in a touch enabled devices.
Fixed compatibility issue with CardsCounter extension.
Ultimello now supports sorting by up to ten labels
Small improvement - cards without a Due date are ignored when sorted by Due Date.
Fixed bug - lists don't resort after card update.
Fixed issue with compatibility with "Scrum for Trello" extension
Every feature now could be turned ON/OFF

Bugfixes :
   * Fixed issue with incorrect asc/desc icons
   * Now all points from "Scrum for Trello" are ignored 
   * Fixed yet another issues connected with new Trello html/css changes
   * Fixed issues connected with new Trello appearance
   * Fixed issue appeared due to Chrome security policy changes.
   * Fixed bug caused by changes in the Trello markup.
   * Fixed bug with sorting of converted and copied cards.
   * Fixed one more bug caused by change in Trello markup.
 
The Ultimello is under active development, you can follow the progress, post issues and vote for future features on the Trello Board https://trello.com/board/ultimello-chrome-extension-development/518d557d6768027421000556

There are huge efforts behind the Ultimello, so please don't hurry with the negative rating if you found some issues, but rather let me know about them.
Stay tuned and feel free to express your thoughts via email on [email protected].

There are a lot of goodies yet to come!

Please, go through the instructions on the options page before using the Ultimello.                    

拡張機能の基本情報

名前 Ultimello, the features pack for Trello Ultimello, the features pack for Trello
ID hahbfgjfimnmogoinnenhheepfcphnmm
公式URL https://chrome.google.com/webstore/detail/ultimello-the-features-pa/hahbfgjfimnmogoinnenhheepfcphnmm
説明 Extension that adds a lot of useful features to Trello
ファイルサイズ 369 KB
インストール数 23,099
現在のバージョン 2.3.0
最終更新日 2019-05-14
公開日 2019-05-14
評価 4.39/5 合計 118 レビュー
開発者 Yuriy Yazlovytskyy
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://trello.com/board/ultimello-chrome-extension-development/518d557d6768027421000556
プライバシーポリシーページのURL https://linkmatch.net/privacy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultimello, the features pack for Trello",
    "short_name": "Ultimello",
    "description": "Extension that adds a lot of useful features to Trello",
    "version": "2.3.0",
    "minimum_chrome_version": "24",
    "permissions": [
        "webRequest",
        "https:\/\/trello.com\/*",
        "https:\/\/trello.com\/1\/authorize",
        "https:\/\/api.trello.com\/*",
        "https:\/\/ultimello.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "ultimello-icon.png",
            "38": "ultimello-icon64.png"
        }
    },
    "icons": {
        "16": "ultimello-icon.png",
        "48": "ultimello-icon64.png",
        "128": "ultimello-icon64.png"
    },
    "background": {
        "scripts": [
            "ultimello.background-script.js"
        ]
    },
    "options_page": "settings.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "ultimello.css"
            ],
            "js": [
                "ultimello.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "font\/fontello.woff",
        "font\/fontello.ttf",
        "font\/fontello.svg",
        "font\/fontello.eot",
        "settings.html",
        "injected.js"
    ]
}