Full-screen Auto Refresh for PBIRS

Select interval and see your report in fullscreen with auto refresh feature!

What is Full-screen Auto Refresh for PBIRS?

Full-screen Auto Refresh for PBIRS is a Chrome extension developed by mustafaasiroglu, and its main feature is "Select interval and see your report in fullscreen with auto refresh feature!".

Extension Screenshots

screenshot

Download Full-screen Auto Refresh for PBIRS Extension CRX File

Download Full-screen Auto Refresh for PBIRS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is created for Power BI Report Server portal users and it allows users to define auto refresh interval and hides navigation elements to create full screen view.

Instructions:
- Open any report published on Power BI Report Server
- Click on extension icon on top right corner of your browser
- Select interval and other options and click apply!                    

Extension Basic Information

Name Full-screen Auto Refresh for PBIRS Full-screen Auto Refresh for PBIRS
ID haebljcbppijaghbfigaiegljbiicllh
Official URL https://chromewebstore.google.com/detail/full-screen-auto-refresh/haebljcbppijaghbfigaiegljbiicllh
Description Select interval and see your report in fullscreen with auto refresh feature!
File Size 475 KB
Installation Count 1,560
Current Version 1.1
Last Updated 2020-02-04
Publish Date 2020-01-30
Rating 3.20/5 Total 5 Ratings
Developer mustafaasiroglu
Email [email protected]
Payment Type free
Extension Website https://github.com/mustafaasiroglu/pbirsautorefresh
Help Page URL https://www.linkedin.com/in/mustafaasiroglu/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Full-screen Auto Refresh for PBIRS",
    "description": "Select interval and see your report in fullscreen with auto refresh feature!",
    "version": "1.1",
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Auto Refresh & Full-screen for Report Server",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}