IssuesViewer For Backlog
IssuesViewer For Backlog
Wat is IssuesViewer For Backlog?
IssuesViewer For Backlog is een Chrome-extensie ontwikkeld door https://madroom.net, en de belangrijkste functie is "IssuesViewer For Backlog".
Extensie Screenshots
Download het CRX-bestand van de extensie IssuesViewer For Backlog
Download IssuesViewer For Backlog-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
* You can check the tasks that you have been assigned.
* あなたの担当タスクを確認できます。
* You can check the number of notifications.
* 通知数を確認できます。
* You can set up multiple accounts.
* 複数のアカウントを設定できます。
* All settings is easy.
* 簡単に使えます。 Basisinformatie over de Extensie
| Naam | |
| ID | ohgpfaebkmddhlpapnfjdoneoibhblkb |
| Officiële URL | https://chromewebstore.google.com/detail/issuesviewer-for-backlog/ohgpfaebkmddhlpapnfjdoneoibhblkb |
| Beschrijving | IssuesViewer For Backlog |
| Bestandsgrootte | 193 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 0.0.8 |
| Laatst Bijgewerkt | 2014-12-04 |
| Publicatiedatum | 2014-12-04 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://madroom.net |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/mamor/backlog-issues-viewer |
| Help Pagina-URL | https://github.com/mamor/backlog-issues-viewer/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.8",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "IssuesViewer For Backlog",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"https:\/\/*.backlog.jp\/",
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |