Full-screen Auto Refresh for PBIRS

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

Co je Full-screen Auto Refresh for PBIRS?

Full-screen Auto Refresh for PBIRS je rozšíření Chrome vyvinuté mustafaasiroglu, a jeho hlavní funkcí je „Select interval and see your report in fullscreen with auto refresh feature!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Full-screen Auto Refresh for PBIRS

Stáhněte si soubory rozšíření Full-screen Auto Refresh for PBIRS ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Full-screen Auto Refresh for PBIRS Full-screen Auto Refresh for PBIRS
ID haebljcbppijaghbfigaiegljbiicllh
Oficiální URL https://chromewebstore.google.com/detail/full-screen-auto-refresh/haebljcbppijaghbfigaiegljbiicllh
Popis Select interval and see your report in fullscreen with auto refresh feature!
Velikost souboru 475 KB
Počet instalací 1,560
Aktuální Verze 1.1
Poslední Aktualizace 2020-02-04
Datum Vydání 2020-01-30
Hodnocení 3.20/5 Celkem 5 Hodnocení
Vývojář mustafaasiroglu
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/mustafaasiroglu/pbirsautorefresh
URL Stránky Nápovědy https://www.linkedin.com/in/mustafaasiroglu/
Podporované Jazyky 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
}