Spreadsheet to JIRA
Spreadsheet to JIRA Table Converter for Chrome
Spreadsheet to JIRAとは何ですか?
Spreadsheet to JIRAはhttps://exceltojira.comによって開発されたChromeの拡張機能で、その主な機能は「Spreadsheet to JIRA Table Converter for Chrome」です。
拡張機能のスクリーンショット
Spreadsheet to JIRA拡張機能のCRXファイルをダウンロード
Spreadsheet to JIRA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Spreadsheet to JIRA |
ID | lmgidnfcnjmijbmphpellnclmgahadjn |
公式URL | https://chromewebstore.google.com/detail/spreadsheet-to-jira/lmgidnfcnjmijbmphpellnclmgahadjn |
説明 | Spreadsheet to JIRA Table Converter for Chrome |
ファイルサイズ | 335 KB |
インストール数 | 1,106 |
現在のバージョン | 1.2 |
最終更新日 | 2017-12-13 |
公開日 | 2017-12-13 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | https://exceltojira.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.exceltojira.com/ |
ヘルプページのURL | http://www.exceltojira.com/ |
対応言語 | 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" ] } |