Power BI PDF Export Chrome extension
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Power BI PDF Export",
"version": "2.4.2",
"description": "Power BI PDF Export Chrome extension",
"icons": {
"128": "assets/export-pdf-128.png"
},
"action": {
"default_popup": "src/popup.html",
"default_title": "Export to PDF",
"default_icon": {
"128": "assets/export-pdf-128.png"
}
},
"author": "support@nous.io",
"background": {
"service_worker": "src/background.js"
},
"host_permissions": [
"https://app.powerbi.com/*",
"https://www.nous.io/*",
"https://www.powerbi1.com/*",
"https://www.nous-solutions.com/*",
"https://portal.nous.io/*",
"https://www.office.com/*",
"https://www.powerbi.com/*",
"https://portal.diagnosedata.com/*"
],
"permissions": [
"scripting"
]
}