Redmine Tools

[email protected]

Apa itu Redmine Tools?

Redmine Tools adalah ekstensi Chrome yang dikembangkan oleh Nguyễn Việt Dũng, dan fitur utamanya adalah "[email protected]".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Redmine Tools

Unduh file ekstensi Redmine Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Make your Redmine to useful                    

Informasi Dasar Ekstensi

Nama Redmine Tools Redmine Tools
ID knkfnmfopckodnfadidamneoacggcccp
URL Resmi https://chrome.google.com/webstore/detail/redmine-tools/knkfnmfopckodnfadidamneoacggcccp
Deskripsi [email protected]
Ukuran File 257 KB
Jumlah Instalasi 53
Versi Saat Ini 1.0.0.1
Terakhir Diperbarui 2019-05-30
Tanggal Publikasi 2019-05-26
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Nguyễn Việt Dũng
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redmine Tools",
    "short_name": "RT",
    "version": "1.0.0.1",
    "icons": {
        "16": "images\/icon.16.png",
        "32": "images\/icon.32.png",
        "48": "images\/icon.48.png",
        "64": "images\/icon.64.png",
        "128": "images\/icon.128.png"
    },
    "description": "[email protected]",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery-3.3.1.min.js",
                "jquery-ui.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "manifest_version": 2
}