T-boards

One-click access to your Trello Boards

T-boardsคืออะไร?

T-boards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Viterio และคุณลักษณะหลักของมันคือ "One-click access to your Trello Boards"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย T-boards

ดาวน์โหลดไฟล์ส่วนขยาย T-boards ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quickly access your Boards on Trello via a handy popup in Google Chrome using Trello official API.

Features included:
 - Access all your boards on Trello in one click
 - Quick-search filtering of your boards
 - See your unread notification count
 - View starred and unseen activity indicators
 - Boards are grouped by organization

Just click to the extension icon to get access to all your Trello boards and your tasks. 
Now you don't need to open Trello webside each time you want to recall you current tasks. 

You will save a ton of your time! Just use our extension with Trello.

We also add your Trello boards on the New Tab for quick access! You should only open new tab page (hotkey Ctrl+T) and you will see your boards with actual tasks for nearest time. 


About us: 
http://viterio.info
Terms of use:
http://viterio.info/tos 
Privacy policy:
http://viterio.info/privacy
EULA:
http://viterio.info/eula
Contact us:
http://viterio.info/contacts                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ T-boards T-boards
ID eknhddnoflchkcccjgdddmnimjggiona
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/t-boards/eknhddnoflchkcccjgdddmnimjggiona
คำอธิบาย One-click access to your Trello Boards
ขนาดไฟล์ 288 KB
จำนวนการติดตั้ง 23,864
เวอร์ชันปัจจุบัน 3.2.3
อัปเดตครั้งล่าสุด 2020-11-28
วันที่เผยแพร่ 2020-06-24
คะแนน 4.34/5 รวมทั้งหมด 458 คะแนน
ผู้พัฒนา Viterio
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://viterio.info/pp
URL หน้าช่วยเหลือ http://viterio.info/pp
URL หน้านโยบายความเป็นส่วนตัว http://viterio.info/privacy
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/trello-client.js",
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_popup": "popup.html",
        "default_title": "T-boards"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/boardsfortrello.com; object-src 'self' ",
    "description": "One-click access to your Trello Boards",
    "homepage_url": "https:\/\/boardsfortrello.com\/",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "48": "images\/icon-48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDZvd7Q882l1YXkKqOkiovVkb9NRWKk\/JGkqgZeQtLifuMmh2fiYqykeTzTWInvfPTz3asEUf8mdiTQrXKN\/rFJTMPSe0PXJkmgfVz11JVw9jU5vyTAjZeOx4kp29ITNuWVZEMf4zDkmKrMxq731xDS9igqi\/S048jN1j3rP92wRQIDAQAB",
    "manifest_version": 2,
    "name": "T-boards",
    "permissions": [],
    "short_name": "T-boards",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.3",
    "web_accessible_resources": [
        "authorize.html",
        "images\/1x1.gif"
    ]
}