RedmineMe

Redmine notifications extension for Chrome

RedmineMe là gì?

RedmineMe là một tiện ích mở rộng Chrome được phát triển bởi mehmatovec, và tính năng chính của nó là "Redmine notifications extension for Chrome".

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

screenshot

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

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

                        RedmineMe is a notifications extension for Redmine. RedmineMe checks out changes from issues 1 time per 10 minutes and, if they are, saves them and shows in the feed. 3 separated tabs: assigned to me, watching, created by me. Multiple options: customizing time to keep notifications, colour of priorities, query IDs for direct links to the list of assigned or created issues, etc.                    

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

Tên RedmineMe RedmineMe
ID mceflfpebnglbjmpfdciekljibefhlde
URL Chính Thức https://chromewebstore.google.com/detail/redmineme/mceflfpebnglbjmpfdciekljibefhlde
Mô tả Redmine notifications extension for Chrome
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2014-02-11
Ngày Phát Hành 2014-02-11
Nhà Phát Triển mehmatovec
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RedmineMe",
    "version": "1.0.2",
    "description": "Redmine notifications extension for Chrome",
    "icons": {
        "16": "img\/logo\/16x16.png",
        "48": "img\/logo\/48x48.png",
        "128": "img\/logo\/128x128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "RedmineMe",
        "default_icon": "img\/logo\/48x48.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    }
}