PowerBI Matrix Copy
Copy from PowerBI's Matrix Visual to clipboard(TSV format)
Wat is PowerBI Matrix Copy?
PowerBI Matrix Copy is een Chrome-extensie ontwikkeld door murayama.osamu, en de belangrijkste functie is "Copy from PowerBI's Matrix Visual to clipboard(TSV format)".
Extensie Screenshots
Download het CRX-bestand van de extensie PowerBI Matrix Copy
Download PowerBI Matrix Copy-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
Basisinformatie over de Extensie
| Naam | |
| ID | dnkbidmoaefofeklbalbfncodbfhcpgn |
| Officiële URL | https://chromewebstore.google.com/detail/powerbi-matrix-copy/dnkbidmoaefofeklbalbfncodbfhcpgn |
| Beschrijving | Copy from PowerBI's Matrix Visual to clipboard(TSV format) |
| Bestandsgrootte | 39.06 KB |
| Aantal Installaties | 623 |
| Huidige Versie | 0.3.2 |
| Laatst Bijgewerkt | 2019-01-26 |
| Publicatiedatum | 2019-01-26 |
| Beoordeling | 2.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | murayama.osamu |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/MurayamaOsamu/PowerBI-MatrixCopy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PowerBI Matrix Copy",
"version": "0.3.2",
"description": "Copy from PowerBI's Matrix Visual to clipboard(TSV format)",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon19.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/app.powerbi.com\/*"
],
"js": [
"jquery-3.3.1.min.js",
"matrix_copy.js"
],
"run_at": "document_end"
}
],
"permissions": [
"tabs"
],
"homepage_url": "https:\/\/github.com\/MurayamaOsamu\/PowerBI-MatrixCopy"
} | |