Clipboard for Rally
Copy different type of links from (almost) any screen of Rally
Clipboard for Rally là gì?
Clipboard for Rally là một tiện ích mở rộng Chrome được phát triển bởi Ulysse Prygiel, và tính năng chính của nó là "Copy different type of links from (almost) any screen of Rally".
Ả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 Clipboard for Rally
Tải xuống các tệp mở rộng Clipboard for Rally 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 different type of links from (almost) any screen. GRID/LIST VIEW Add a button next to each ticket to copy the url. Choose the type of link you want to copy: * url - http://host.com/path/to/ticket * id - US1234 * markdown - [id: title](url) * confluence - [id: title | url] * Html - link with to the ticket with the following display text id: title OPEN TICKET VIEW When you're working on a ticket, quickly copy the link from any tab Bugs and suggestions at : https://github.com/ulybu/rally-ext/issues
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clipboard for Rally |
ID | gaoglodjegfcmjckjagjhbollbibjjnf |
URL Chính Thức | https://chromewebstore.google.com/detail/clipboard-for-rally/gaoglodjegfcmjckjagjhbollbibjjnf |
Mô tả | Copy different type of links from (almost) any screen of Rally |
Kích Thước Tệp | 40.01 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 0.9.3 |
Cập Nhật Lần Cuối | 2016-03-18 |
Ngày Phát Hành | 2016-03-17 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Ulysse Prygiel |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ulybu/rally-ext |
URL Trang Trợ Giúp | https://github.com/ulybu/rally-ext/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clipboard for Rally", "version": "0.9.3", "description": "Copy different type of links from (almost) any screen of Rally", "author": "[email protected]", "content_scripts": [ { "matches": [ "https:\/\/*.rallydev.com\/*" ], "css": [ "icons\/octicons.css", "src\/injection\/theme.css" ], "js": [ "src\/shared\/lodash.custom.min.js", "src\/shared\/config.js", "src\/injection\/inject-clips.js" ] } ], "permissions": [ "storage", "clipboardWrite" ], "web_accessible_resources": [ "icons\/*.woff" ], "options_ui": { "page": "src\/options\/options.html", "chrome_style": true }, "options_page": "src\/options\/options.html" } |