milapoint
adds agile to milanote
O que é milapoint?
milapoint é uma extensão do Chrome desenvolvida por apdri, e sua principal característica é "adds agile to milanote".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão milapoint
Baixe arquivos de extensão milapoint no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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 Informações Básicas da Extensão
| Nome | |
| ID | halepnbjdcocnbkglajcajnfedieipai |
| URL Oficial | https://chromewebstore.google.com/detail/milapoint/halepnbjdcocnbkglajcajnfedieipai |
| Descrição | adds agile to milanote |
| Tamanho do Arquivo | 10.3 KB |
| Contagem de Instalações | 95 |
| Versão Atual | 0.2.0 |
| Última Atualização | 2018-02-21 |
| Data de Publicação | 2018-02-20 |
| Classificação | 4.00/5 Total de 2 Avaliações |
| Desenvolvedor | apdri |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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
}
]
} | |