Clear Portal Cache

Clearing the cache with a single click!

Co je Clear Portal Cache?

Clear Portal Cache je rozšíření Chrome vyvinuté Rolf Stifter, a jeho hlavní funkcí je „Clearing the cache with a single click!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Clear Portal Cache

Stáhněte si soubory rozšíření Clear Portal Cache 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í

                        Easily clear your Dynamics portal cache without going to /_services/about. Just click the icon in your extensions!

Everyone who worked in Dynamics portals, knows it is a struggle to clear the server-side cache. You always have to go the page "/_services/about" and click on the button "Clear cache". This simple Chrome extensions loads this page and clicks on the button automatically in the background.

This extension only works for Microsoft portals and Power Pages.                    

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

Název Clear Portal Cache Clear Portal Cache
ID ckccnplhilidafffpdocmgoimmhpjibf
Oficiální URL https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf
Popis Clearing the cache with a single click!
Velikost souboru 60 KB
Počet instalací 146
Aktuální Verze 1.1.2
Poslední Aktualizace 2023-12-26
Datum Vydání 2020-11-26
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Rolf Stifter
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Portal Cache",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Clearing the cache with a single click!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Clear portal cache!"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "ClearPortalCache_48.png",
        "128": "ClearPortalCache_128.png"
    }
}