Redmine Lazy Applicant

Lazy Applicant. With this plugin, Redmine ticket you can easily register.

Τι είναι το Redmine Lazy Applicant;

Το Redmine Lazy Applicant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον でゅん, και η κύρια λειτουργία του είναι "Lazy Applicant. With this plugin, Redmine ticket you can easily register.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Redmine Lazy Applicant

Λήψη αρχείων επέκτασης Redmine Lazy Applicant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This plug-in helps to enter work in the ticket registration screen of Redmine.

The input contents of the ticket registration form, you can be registered as a template.
If you call the registered template, to reflect the contents registered in the item of ticket registration form.
If you set the registered template to the default, and then automatically reflected when you view the ticket registration form.

◆How to Use
〜Install〜
1. Install the plug-in to Chrome.
   ⇒ At this moment, there is no noticeable change in the PC.

〜Store Template〜
1. Displays the Redmine ticket registration form.
   ⇒ It added part by the plug-in will sway from side to side
2. The ticket registration form, and then edit the content that you want to store as a template.
3. Enter the name of the template.
4. Click the Store icon.
   ⇒ The template is stored in the plug-in

〜Use of templates〜
1. Displays the Redmine ticket registration form.
2. By calling the stored template, and then restore the ticket registration form the state of the template.


◆Other features
Add the "used assignee list" item to the ticket registration form.
This list lists only the assignee who carried out certain operations, such as "assignee that was specified at the time of ticket registration".
"While a lot of the user belongs to the project, assign not only a plurality of assignee" in the case, such as the selection of personnel easier.


◆Appendix
This plug-in provides the only input auxiliary ticket registration form of Redmine.
Because it does not interfere with the Redmine ticket registration feature, also it does not change the use of the Redmine after the introduction plug-ins.

All processing will have to complete on the client side.
Do not need modify server setting, install server side plugin, Redmine-WebAPI.

Detailed descriptions, please refer to the following site.
https://bitbucket.org/dhun-h/lazy-applicant-support                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Redmine Lazy Applicant Redmine Lazy Applicant
ID dofmgcleeckgckfapnhookpocglpbmgp
Επίσημο URL https://chromewebstore.google.com/detail/redmine-lazy-applicant/dofmgcleeckgckfapnhookpocglpbmgp
Περιγραφή Lazy Applicant. With this plugin, Redmine ticket you can easily register.
Μέγεθος Αρχείου 242 KB
Αριθμός Εγκαταστάσεων 100
Τρέχουσα Έκδοση 2.3.0
Τελευταία Ενημέρωση 2016-02-22
Ημερομηνία Δημοσίευσης 2016-02-22
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής でゅん
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://bitbucket.org/dhun-h/lazy-applicant-support
Υποστηριζόμενες Γλώσσες en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "version": "2.3.0",
    "description": "__MSG_ext_desc__",
    "author": "\u3067\u3085\u3093",
    "homepage_url": "https:\/\/bitbucket.org\/dhun-h\/lazy-applicant-support",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*\/projects\/*\/issues",
                "*:\/\/*\/*\/projects\/*\/issues\/new*",
                "*:\/\/*\/projects\/*\/issues",
                "*:\/\/*\/projects\/*\/issues\/new*"
            ],
            "js": [
                "lib\/jquery-ui-1.11.0\/external\/jquery\/jquery.js",
                "lib\/jquery-ui-1.11.0\/jquery-ui.min.js",
                "lib\/jquery-balloon-0.5.1\/jquery.balloon.min.js",
                "js\/env.js",
                "js\/common\/define.js",
                "js\/common\/functions.js",
                "js\/common\/db-functions.js",
                "js\/common\/ui-functions.js",
                "js\/common\/ga-functions.js",
                "js\/content-scripts\/func-for-form.js",
                "js\/content-scripts\/func-for-tracker.js",
                "js\/content-scripts\/func-for-description.js",
                "js\/content-scripts\/func-for-assigner.js",
                "js\/content-scripts\/func-for-applicant-days.js",
                "js\/content-scripts\/func-for-watcher.js",
                "js\/content-scripts\/func-for-date.js",
                "js\/content-scripts\/pre-submit.js",
                "js\/content-scripts\/post-load.js",
                "js\/content-scripts\/main.js"
            ],
            "css": [
                "lib\/jquery-ui-1.11.0\/jquery-ui.min.css",
                "css\/lazy-applicant.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "lib\/jquery-ui-1.11.0\/external\/jquery\/jquery.js",
            "js\/env.js",
            "js\/common\/define.js",
            "js\/common\/functions.js",
            "js\/common\/db-functions.js",
            "js\/common\/ga-functions.js",
            "js\/background\/background.js"
        ]
    },
    "options_ui": {
        "page": "js\/option-page\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "images\/*",
        "js\/option-page\/options.html"
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}