Atlassian Helper
Some handy helpers for Atlassian products
Wat is Atlassian Helper?
Atlassian Helper is een Chrome-extensie ontwikkeld door Viljami Vastamäki, en de belangrijkste functie is "Some handy helpers for Atlassian products".
Extensie Screenshots
Download het CRX-bestand van de extensie Atlassian Helper
Download Atlassian Helper-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
Generates a button that allows users to expand all expandable boxes at once on the Confluence page.
Alternatively, you can press Ctrl + E Basisinformatie over de Extensie
| Naam | |
| ID | bpjfgniflcdjodppkodbcmdleafknoed |
| Officiële URL | https://chromewebstore.google.com/detail/atlassian-helper/bpjfgniflcdjodppkodbcmdleafknoed |
| Beschrijving | Some handy helpers for Atlassian products |
| Bestandsgrootte | 4.21 KB |
| Aantal Installaties | 162 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2022-11-30 |
| Publicatiedatum | 2020-10-05 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Viljami Vastamäki |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Atlassian Helper",
"version": "1.2",
"description": "Some handy helpers for Atlassian products",
"content_scripts": [
{
"matches": [
"*:\/\/*.atlassian.net\/*"
],
"js": [
"index.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"index.js"
],
"run_at": "document_end"
}
]
} | |