Spreadsheet to JIRA
Spreadsheet to JIRA Table Converter for Chrome
¿Qué es Spreadsheet to JIRA?
Spreadsheet to JIRA es una extensión de Chrome desarrollada por https://exceltojira.com, y su función principal es "Spreadsheet to JIRA Table Converter for Chrome".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Spreadsheet to JIRA
Descarga archivos de extensión Spreadsheet to JIRA en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Spreadsheet to JIRA |
ID | lmgidnfcnjmijbmphpellnclmgahadjn |
URL Oficial | https://chromewebstore.google.com/detail/spreadsheet-to-jira/lmgidnfcnjmijbmphpellnclmgahadjn |
Descripción | Spreadsheet to JIRA Table Converter for Chrome |
Tamaño del Archivo | 335 KB |
Cantidad de Instalaciones | 1,106 |
Versión Actual | 1.2 |
Última Actualización | 2017-12-13 |
Fecha de Publicación | 2017-12-13 |
Calificación | 3.40/5 Total de 5 Calificaciones |
Desarrollador | https://exceltojira.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.exceltojira.com/ |
URL de la Página de Ayuda | http://www.exceltojira.com/ |
Idiomas Soportados | 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" ] } |