Trello Feed

Have a full visibility of what is happening in Trello.

ما هو Trello Feed؟

Trello Feed هو إضافة Chrome تم تطويرها بواسطة ynazarov، والميزة الرئيسية لها هي "Have a full visibility of what is happening in Trello.".

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

screenshot

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

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

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

                        Trello Feed will group updates from all your boards and show them in one place so that you wouldn't miss a thing. 
It will notify you if new updates available, so you can quickly respond to a comment or a task.                    

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

الاسم Trello Feed Trello Feed
ID obincefhnenglgklhbehgeeeccjpgccn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/obincefhnenglgklhbehgeeeccjpgccn
الوصف Have a full visibility of what is happening in Trello.
حجم الملف 709 KB
عدد التثبيتات 75
النسخة الحالية 1.1.1
آخر تحديث 2017-11-01
تاريخ النشر 2017-11-01
تقييم 4.00/5 مجموع تقييمات 3
المطور ynazarov
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Feed",
    "version": "1.1.1",
    "description": "Have a full visibility of what is happening in Trello.",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "src\/inject.js"
            ],
            "css": [
                "css\/modifiedBoards.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/app.html",
        "icons\/boards.white.svg",
        "icons\/feed.white.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": [],
    "permissions": [
        "https:\/\/trello.com\/*",
        "https:\/\/www.google-analytics.com\/",
        "storage",
        "tabs",
        "alarms"
    ]
}