Backlog Power Ups

Power up tools for Backlog

Was ist Backlog Power Ups?

Backlog Power Ups ist eine Chrome-Erweiterung, die von Nulab Inc. entwickelt wurde, und ihr Hauptmerkmal ist "Power up tools for Backlog".

Erweiterungsscreenshots

screenshot

Backlog Power Ups-Erweiterungs-CRX-Datei herunterladen

Laden Sie Backlog Power Ups-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension powers up the function of Backlog.

Functions to be added:

# Task
· Duplicate assignments to another project
· When completing the state, automatically make the reason for completion correspond to the economy
· Expand the input field for details of the task addition / editing screen
· Display scheduled time and actual time meters of search results
· Display assignment card with assignment key
· Copy all keys and subjects from issue list

# Wiki
· Copy wiki page to another project
· Automatically enter the parent folder name when creating a new page
· Display PlantUML (send UML data to plantuml.com)
· Horizontal lines displayed by backlog notation ("---" - "___")

# General
· Display user switching on personal Gantt chat
· Display time in absolute time

Bug reports and feedback:

Please start up the problem from https://github.com/nulab/backlog-power-ups. Please Tweet with Tweet hash "#backlog_power_ups" too much.

Contribution to development:

Please make a pull request to https://github.com/nulab/backlog-power-ups.                    

Grundlegende Informationen zur Erweiterung

Name Backlog Power Ups Backlog Power Ups
ID oknjgkbkglfeeobjojelkbhfpjkgcndb
Offizielle URL https://chromewebstore.google.com/detail/backlog-power-ups/oknjgkbkglfeeobjojelkbhfpjkgcndb
Beschreibung Power up tools for Backlog
Dateigröße 444 KB
Installationsanzahl 3,144
Aktuelle Version 0.0.23
Letztes Update 2022-07-22
Veröffentlichungsdatum 2020-01-23
Bewertung 3.00/5 Insgesamt 3 Bewertungen
Entwickler Nulab Inc.
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/nulab/backlog-power-ups
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "0.0.23",
    "manifest_version": 2,
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "webRequest"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon128.png",
        "default_title": "Backlog Power Ups",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "plugins\/board-oneline\/board-oneline-style.css"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.backlog.jp\/view\/*",
                "https:\/\/*.backlogtool.com\/view\/*",
                "https:\/\/*.backlog.com\/view\/*",
                "https:\/\/*.backlog.jp\/add\/*",
                "https:\/\/*.backlogtool.com\/add\/*",
                "https:\/\/*.backlog.com\/add\/*"
            ],
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "libs\/power-ups.js",
                "plugins\/copy-issue\/copy-issue.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/view\/*",
                "https:\/\/*.backlogtool.com\/view\/*",
                "https:\/\/*.backlog.com\/view\/*"
            ],
            "all_frames": true,
            "js": [
                "libs\/power-ups.js",
                "plugins\/auto-resolution\/auto-resolution.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/add\/*",
                "https:\/\/*.backlogtool.com\/add\/*",
                "https:\/\/*.backlog.com\/add\/*",
                "https:\/\/*.backlog.jp\/view\/*\/edit",
                "https:\/\/*.backlogtool.com\/view\/*\/edit",
                "https:\/\/*.backlog.com\/view\/*\/edit"
            ],
            "all_frames": true,
            "js": [
                "libs\/power-ups.js",
                "plugins\/extend-desc\/extend-desc.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/find\/*",
                "https:\/\/*.backlogtool.com\/find\/*",
                "https:\/\/*.backlog.com\/find\/*"
            ],
            "all_frames": true,
            "css": [
                "plugins\/total-time\/total-time.css"
            ],
            "js": [
                "libs\/jquery.js",
                "libs\/power-ups.js",
                "plugins\/total-time\/total-time.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/wiki\/*\/*",
                "https:\/\/*.backlog.jp\/alias\/wiki\/*",
                "https:\/\/*.backlogtool.com\/wiki\/*\/*",
                "https:\/\/*.backlogtool.com\/alias\/wiki\/*",
                "https:\/\/*.backlog.com\/wiki\/*\/*",
                "https:\/\/*.backlog.com\/alias\/wiki\/*"
            ],
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "libs\/power-ups.js",
                "plugins\/copy-wiki\/copy-wiki.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/wiki\/*\/*",
                "https:\/\/*.backlogtool.com\/wiki\/*\/*",
                "https:\/\/*.backlog.com\/wiki\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "libs\/power-ups.js",
                "plugins\/child-page\/child-page.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/wiki\/*\/*",
                "https:\/\/*.backlog.jp\/alias\/wiki\/*",
                "https:\/\/*.backlogtool.com\/wiki\/*\/*",
                "https:\/\/*.backlogtool.com\/alias\/wiki\/*",
                "https:\/\/*.backlog.com\/wiki\/*\/*",
                "https:\/\/*.backlog.com\/alias\/wiki\/*"
            ],
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "libs\/rawdeflate.js",
                "libs\/power-ups.js",
                "plugins\/plantuml\/plantuml.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/wiki\/*\/*",
                "https:\/\/*.backlog.jp\/alias\/wiki\/*",
                "https:\/\/*.backlogtool.com\/wiki\/*\/*",
                "https:\/\/*.backlogtool.com\/alias\/wiki\/*",
                "https:\/\/*.backlog.com\/wiki\/*\/*",
                "https:\/\/*.backlog.com\/alias\/wiki\/*"
            ],
            "all_frames": true,
            "js": [
                "libs\/power-ups.js",
                "plugins\/hr\/hr.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/wiki\/*\/*",
                "https:\/\/*.backlog.jp\/alias\/wiki\/*",
                "https:\/\/*.backlogtool.com\/wiki\/*\/*",
                "https:\/\/*.backlogtool.com\/alias\/wiki\/*",
                "https:\/\/*.backlog.com\/wiki\/*\/*",
                "https:\/\/*.backlog.com\/alias\/wiki\/*"
            ],
            "all_frames": true,
            "js": [
                "libs\/power-ups.js",
                "plugins\/old-post\/old-post.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/user\/*",
                "https:\/\/*.backlogtool.com\/user\/*",
                "https:\/\/*.backlog.com\/user\/*"
            ],
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "libs\/power-ups.js",
                "plugins\/user-switcher\/user-switcher.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/dashboard*",
                "https:\/\/*.backlog.jp\/projects\/*",
                "https:\/\/*.backlogtool.com\/dashboard*",
                "https:\/\/*.backlogtool.com\/projects\/*",
                "https:\/\/*.backlog.com\/dashboard*",
                "https:\/\/*.backlog.com\/projects\/*"
            ],
            "js": [
                "libs\/jquery.js",
                "libs\/power-ups.js",
                "plugins\/absolute-date\/absolute-date.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/find\/*",
                "https:\/\/*.backlog.jp\/dashboard*",
                "https:\/\/*.backlogtool.com\/find\/*",
                "https:\/\/*.backlogtool.com\/dashboard*",
                "https:\/\/*.backlog.com\/find\/*",
                "https:\/\/*.backlog.com\/dashboard*"
            ],
            "js": [
                "libs\/clipboard.min.js",
                "libs\/power-ups.js",
                "plugins\/copy-issue-keys-and-subjects\/copy-issue-keys-and-subjects.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/board\/*",
                "https:\/\/*.backlogtool.com\/board\/*",
                "https:\/\/*.backlog.com\/board\/*"
            ],
            "js": [
                "libs\/power-ups.js",
                "plugins\/board-oneline\/board-oneline.js"
            ],
            "css": [
                "plugins\/board-oneline\/board-oneline-style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*.backlog.jp\/*",
                "https:\/\/*.backlogtool.com\/*",
                "https:\/\/*.backlog.com\/*"
            ],
            "js": [
                "libs\/jquery.js",
                "libs\/power-ups.js",
                "plugins\/watch-list\/watch-list.js"
            ]
        }
    ]
}