Overdue Trello Cards First!
This extension forces the Overdue Cards to the top.
什麼是Overdue Trello Cards First!?
Overdue Trello Cards First!是由https://mcgaw.io開發的Chrome擴展程式,該擴展的主要功能是“This extension forces the Overdue Cards to the top.”。
擴展截圖
下載Overdue Trello Cards First!擴展crx文件
下載Overdue Trello Cards First!擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you tired of Trello hiding the overdue cards at the bottom of the card list? We were too, but not anymore. McGaw.io's Overdue Trello Cards First Chrome extension is here to help you become a more productive Trello user. Our Chrome extension has one and only one feature: - Shift all overdue cards to the top of your card list view in Trello, so you know what is most important. Do you need support or have suggestions? Feel free to reach out to us at [email protected] .
擴展基本資訊
名稱 | Overdue Trello Cards First! |
ID | njfjeliolopojmdcpaoncmdkoencgepf |
官方網址 | https://chromewebstore.google.com/detail/overdue-trello-cards-firs/njfjeliolopojmdcpaoncmdkoencgepf |
簡介 | This extension forces the Overdue Cards to the top. |
檔案大小 | 43.79 KB |
安裝次數 | 849 |
目前版本 | 1.1.2 |
更新時間 | 2022-06-30 |
上架時間 | 2016-06-21 |
評分 | 3.25/5 共 8 次評分 |
開發者 | https://mcgaw.io |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mcgaw.io |
說明頁面URL | https://mcgaw.io |
隱私政策頁面URL | https://mcgaw.io/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Overdue Trello Cards First!", "description": "This extension forces the Overdue Cards to the top.", "version": "1.1.2", "icons": { "16": "images\/16icon.png", "48": "images\/48icon.png", "128": "images\/128icon.png" }, "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "js\/jquery.min.js", "js\/main.js" ], "run_at": "document_end" } ] } |