Quick Cards for Trello

A Trello Chrome Extension by the Tiny Power-Ups Club

Quick Cards for Trelloคืออะไร?

Quick Cards for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tinypowerups.com และคุณลักษณะหลักของมันคือ "A Trello Chrome Extension by the Tiny Power-Ups Club"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Cards for Trello

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

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

                        The fastest way to create cards and search Trello!

Want to save time creating Trello cards and searching for stuff in Trello? Quick Cards For Trello is an easy-to-use extension for Trello fans that want a better way to capture ideas, inspiration, and to-do’s, and find them fast. 

Plus, you can attach a link to your current browser tab in just a click when creating a new card, and say bye bye to the tedious tab tango of copying and pasting links to cards.

How to create a new Trello card in less clicks with Quick Cards For Trello:

1. Click the Quick Cards browser icon to create a new Trello card
2. Select the board and list you’d like to add the card to
3. Give the card a snazzy name and add a description for more context (if you want)
4.  Click the “Attach” checkbox if you’d like to attach a link to your current browser tab

Searching for content in Trello is even easier with Quick Cards For Trello. In the browser address bar use the keyboard shortcut “t” then spacebar to find and access Trello boards and cards. 

Do you love Quick Cards For Trello? Check out our other Trello extensions and Power-Ups from The Tiny Power-Up Club like Link Preserver, External Share, Board Chat, Card Approvals, File Manager, and more!                    

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

ชื่อ Quick Cards for Trello Quick Cards for Trello
ID kbcaloiloopinbimkfnhdlonaeloppmf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-cards-for-trello/kbcaloiloopinbimkfnhdlonaeloppmf
คำอธิบาย A Trello Chrome Extension by the Tiny Power-Ups Club
ขนาดไฟล์ 438 KB
จำนวนการติดตั้ง 481
เวอร์ชันปัจจุบัน 4.0.0
อัปเดตครั้งล่าสุด 2021-08-14
วันที่เผยแพร่ 2021-08-10
คะแนน 2.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://tinypowerups.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://tinypowerups.com
URL หน้านโยบายความเป็นส่วนตัว https://tinypowerups.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quick Cards for Trello",
    "version": "4.0.0",
    "icons": {
        "16": "assets\/icons\/favicon.png",
        "32": "assets\/icons\/favicon.png",
        "48": "assets\/icons\/favicon.png",
        "128": "assets\/icons\/favicon.png"
    },
    "description": "A Trello Chrome Extension by the Tiny Power-Ups Club",
    "homepage_url": "https:\/\/tinypowerups.com",
    "short_name": "Quick Cards",
    "permissions": [
        "activeTab",
        "storage",
        "notifications",
        "https:\/\/trello.com\/*",
        "https:\/\/*.trello.com\/*",
        "https:\/\/tinypowerups.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'",
    "author": "tinypowerups.com",
    "minimum_chrome_version": "49",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/favicon.png",
            "32": "assets\/icons\/[email protected]",
            "48": "assets\/icons\/[email protected]",
            "128": "assets\/icons\/[email protected]"
        },
        "default_title": "Quick Cards for Trello",
        "chrome_style": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "chrome_style": false
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tinypowerups.com\/*"
            ],
            "js": [
                "js\/authContentScript.bundle.js"
            ]
        }
    ],
    "omnibox": {
        "keyword": "t"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/tinypowerups.com\/*"
        ]
    }
}