Power BI Report Server Refresh

This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro

Power BI Report Server Refresh란 무엇입니까?

Power BI Report Server Refresh은(는) albertorainha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro"입니다.

확장 프로그램 스크린샷

screenshot

Power BI Report Server Refresh 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Users who work with Power BI to create a dashboard have a problem when they publish their dashboards to the Power BI server, eventually updating the data on the screen does not occur by having to manually click the update button. Many users want their dashbaords published on the Power BI server to be demonstrated on TVs and require data to be updated every specific time. This Chrome extension helps these users by automating the click of the update button on their dashboards. This extension does not capture data or insert data, causing no breaches or practices not allowed by the Power BI application.                    

확장 프로그램 기본 정보

이름 Power BI Report Server Refresh Power BI Report Server Refresh
ID jkncfedfnpfipeohpbngcioecjnbgnnj
공식 URL https://chrome.google.com/webstore/detail/power-bi-report-server-re/jkncfedfnpfipeohpbngcioecjnbgnnj
설명 This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro
파일 크기 41.6 KB
설치 횟수 832
현재 버전 1.0
최근 업데이트 2021-02-04
출시 날짜 2021-02-04
평점 5.00/5 총 1 개의 평점
개발자 albertorainha
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Power BI Report Server Refresh",
    "description": "This extension automates the click of the Update button of the published Dashboards - By Alberto Rainha de Castro",
    "version": "1.0",
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "backend.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "PowerBI RS Refresh",
        "default_icon": {
            "128": "128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab"
    ]
}