Spreadsheet to JIRA

Spreadsheet to JIRA Table Converter for Chrome

O que é Spreadsheet to JIRA?

Spreadsheet to JIRA é uma extensão do Chrome desenvolvida por https://exceltojira.com, e sua principal característica é "Spreadsheet to JIRA Table Converter for Chrome".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Spreadsheet to JIRA

Baixe arquivos de extensão Spreadsheet to JIRA 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

                        Copy and paste a table from Excel or any spreadsheet document, click the button, and in return you will get the table formatted for JIRA!

The transformation is done 100% within your web browser and does not submit any data to Internet.

Use this Chrome Extension to convert data from Excel tables into tables formatted for JIRA. It is also useful for formatting any other similar table type, such as Google Spreadsheets.                    

Informações Básicas da Extensão

Nome Spreadsheet to JIRA Spreadsheet to JIRA
ID lmgidnfcnjmijbmphpellnclmgahadjn
URL Oficial https://chromewebstore.google.com/detail/spreadsheet-to-jira/lmgidnfcnjmijbmphpellnclmgahadjn
Descrição Spreadsheet to JIRA Table Converter for Chrome
Tamanho do Arquivo 335 KB
Contagem de Instalações 1,106
Versão Atual 1.2
Última Atualização 2017-12-13
Data de Publicação 2017-12-13
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor https://exceltojira.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.exceltojira.com/
URL da Página de Ajuda http://www.exceltojira.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spreadsheet to JIRA",
    "description": "Spreadsheet to JIRA Table Converter for Chrome",
    "version": "1.2",
    "manifest_version": 2,
    "short_name": "Spreadsheet to JIRA",
    "homepage_url": "http:\/\/www.exceltojira.com\/",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Spreadsheet to JIRA",
        "default_popup": "popup.html",
        "default_icon": "images\/icon19.png"
    },
    "icons": {
        "19": "images\/icon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "images\/imagen.png"
    ]
}