milapoint
adds agile to milanote
Что такое milapoint?
milapoint - это расширение Chrome, разработанное apdri, и его основная функция - "adds agile to milanote".
Снимки экрана расширения
Скачать файл CRX расширения milapoint
Скачайте файлы расширений milapoint в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
milapoint adds functionality to milanote.com for use in agile projects milapoint display story points in 2 places board header : the total points for all the notes in entire board list header : the total points for all the notes in the list how to use it select note then click 'description' on the left menu to add description to your note in description field write 'point: ' with any number for example point: 20 and milapoint will count and display the points thank you for using milapoint
Основная информация о расширении
Название | milapoint |
ID | halepnbjdcocnbkglajcajnfedieipai |
Официальный URL | https://chromewebstore.google.com/detail/milapoint/halepnbjdcocnbkglajcajnfedieipai |
Описание | adds agile to milanote |
Размер файла | 10.3 KB |
Количество установок | 95 |
Текущая Версия | 0.2.0 |
Последнее Обновление | 2018-02-21 |
Дата публикации | 2018-02-20 |
Рейтинг | 4.00/5 Всего 2 оценок |
Разработчик | apdri |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "milapoint", "version": "0.2.0", "manifest_version": 2, "description": "adds agile to milanote", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/app.milanote.com\/*", "https:\/\/app.milanote.com\/*" ], "js": [ "scripts\/main.js" ], "run_at": "document_end", "all_frames": false } ] } |