Clear Portal Cache

Clearing the cache with a single click!

Co to jest Clear Portal Cache?

Clear Portal Cache to rozszerzenie Chrome opracowane przez Rolf Stifter, a jego główną funkcją jest „Clearing the cache with a single click!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Clear Portal Cache

Pobierz pliki rozszerzeń Clear Portal Cache w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Clear Portal Cache Clear Portal Cache
ID ckccnplhilidafffpdocmgoimmhpjibf
Oficjalny URL https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf
Opis Clearing the cache with a single click!
Rozmiar pliku 60 KB
Liczba instalacji 146
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2023-12-26
Data Publikacji 2020-11-26
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Rolf Stifter
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}