Spreadsheet to JIRA
Spreadsheet to JIRA Table Converter for Chrome
Spreadsheet to JIRA là gì?
Spreadsheet to JIRA là một tiện ích mở rộng Chrome được phát triển bởi https://exceltojira.com, và tính năng chính của nó là "Spreadsheet to JIRA Table Converter for Chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spreadsheet to JIRA
Tải xuống các tệp mở rộng Spreadsheet to JIRA dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spreadsheet to JIRA |
ID | lmgidnfcnjmijbmphpellnclmgahadjn |
URL Chính Thức | https://chromewebstore.google.com/detail/spreadsheet-to-jira/lmgidnfcnjmijbmphpellnclmgahadjn |
Mô tả | Spreadsheet to JIRA Table Converter for Chrome |
Kích Thước Tệp | 335 KB |
Số Lần Cài Đặt | 1,106 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-12-13 |
Ngày Phát Hành | 2017-12-13 |
Đánh Giá | 3.40/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://exceltojira.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.exceltojira.com/ |
URL Trang Trợ Giúp | http://www.exceltojira.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |