StoryPoint for Asana

track your scrum story points on your Asana board.

Что такое StoryPoint for Asana?

StoryPoint for Asana - это расширение Chrome, разработанное igtm, и его основная функция - "track your scrum story points on your Asana board.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения StoryPoint for Asana

Скачайте файлы расширений StoryPoint for Asana в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        track your scrum story points on your Asana board.

This is open source project
Please feel free to send pull-request to it!
https://github.com/igtm/storypoint-for-asana-chrome-ext                    

Основная информация о расширении

Название StoryPoint for Asana StoryPoint for Asana
ID ipkcinfcdhhcmibffhlklololceffgnc
Официальный URL https://chromewebstore.google.com/detail/storypoint-for-asana/ipkcinfcdhhcmibffhlklololceffgnc
Описание track your scrum story points on your Asana board.
Размер файла 26.95 KB
Количество установок 1,305
Текущая Версия 0.0.20
Последнее Обновление 2022-08-17
Дата публикации 2020-05-12
Рейтинг 4.63/5 Всего 8 оценок
Разработчик igtm
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/igtm/storypoint-for-asana-chrome-ext
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StoryPoint for Asana",
    "version": "0.0.20",
    "manifest_version": 2,
    "description": "track your scrum story points on your Asana board.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/contentscript.js"
            ],
            "matches": [
                "https:\/\/app.asana.com\/*"
            ]
        }
    ],
    "permissions": []
}