Redmine Tools

[email protected]

Wat is Redmine Tools?

Redmine Tools is een Chrome-extensie ontwikkeld door Nguyễn Việt Dũng, en de belangrijkste functie is "[email protected]".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Redmine Tools

Download Redmine Tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Make your Redmine to useful                    

Basisinformatie over de Extensie

Naam Redmine Tools Redmine Tools
ID knkfnmfopckodnfadidamneoacggcccp
Officiële URL https://chrome.google.com/webstore/detail/redmine-tools/knkfnmfopckodnfadidamneoacggcccp
Beschrijving [email protected]
Bestandsgrootte 257 KB
Aantal Installaties 53
Huidige Versie 1.0.0.1
Laatst Bijgewerkt 2019-05-30
Publicatiedatum 2019-05-26
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Nguyễn Việt Dũng
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}