Crucible helper

This extension add some functionalities to Crucible

Crucible helper là gì?

Crucible helper là một tiện ích mở rộng Chrome được phát triển bởi Benjamin Santalucia, và tính năng chính của nó là "This extension add some functionalities to Crucible".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Crucible helper

Tải xuống các tệp mở rộng Crucible helper 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

                        A little helper to manage atlassian crucible and to know when you have unread comments or reviews to do

A badge on top the icon represent how many comments you have to read
A notification will be displayed when you have reviews to do

Allow crucible admin to do various operation like cleanup before deleting a user, closing very old reviews, ....

Note: This require Crucible REST API to be enabled.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Crucible helper Crucible helper
ID kcnlbkcdbeeombldnfmjphfdpjchdbem
URL Chính Thức https://chromewebstore.google.com/detail/crucible-helper/kcnlbkcdbeeombldnfmjphfdpjchdbem
Mô tả This extension add some functionalities to Crucible
Kích Thước Tệp 307 KB
Số Lần Cài Đặt 20
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2016-04-25
Ngày Phát Hành 2016-04-25
Nhà Phát Triển Benjamin Santalucia
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ben8p/chrome-extension-crucible-helper
URL Trang Trợ Giúp https://github.com/ben8p/chrome-extension-crucible-helper/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.3.0",
    "minimum_chrome_version": "23",
    "default_locale": "en",
    "options_page": "screen\/options.html",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "screen\/popup.html"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "vendor\/requireJs\/require.js",
            "background\/events.js"
        ],
        "persistent": true
    }
}