Add to Trello

Add cards to your Trello boards from your browser

ما هو Add to Trello؟

Add to Trello هو إضافة Chrome تم تطويرها بواسطة walteranderson، والميزة الرئيسية لها هي "Add cards to your Trello boards from your browser".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Add to Trello

قم بتنزيل ملفات الامتداد Add to Trello بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Whats new:
- Change the card's position to "top" or "bottom" when adding a card
- New project structure that will make it easier to add new features

Add to Trello lets you easily add a cards to the Trello board of your choice straight from the browser. Automatically save your current tab to the board and list of your choice. The web page's title and link will be automatically filled in for you, and the extension will remember the board and list you chose last.                    

معلومات أساسية عن التمديد

الاسم Add to Trello Add to Trello
ID engmocckoohpopiacajolojeobefbcec
عنوان URL الرسمي https://chromewebstore.google.com/detail/add-to-trello/engmocckoohpopiacajolojeobefbcec
الوصف Add cards to your Trello boards from your browser
حجم الملف 228 KB
عدد التثبيتات 14,401
النسخة الحالية 1.0.0
آخر تحديث 2016-12-23
تاريخ النشر 2016-12-23
تقييم 4.28/5 مجموع تقييمات 71
المطور walteranderson
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add to Trello",
    "description": "Add cards to your Trello boards from your browser",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Add Cards to Trello"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.trello.com\/"
    ],
    "web_accessible_resources": [
        "settings.html"
    ]
}