Clear Portal Cache

Clearing the cache with a single click!

Was ist Clear Portal Cache?

Clear Portal Cache ist eine Chrome-Erweiterung, die von Rolf Stifter entwickelt wurde, und ihr Hauptmerkmal ist "Clearing the cache with a single click!".

Erweiterungsscreenshots

screenshot

Clear Portal Cache-Erweiterungs-CRX-Datei herunterladen

Laden Sie Clear Portal Cache-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Clear Portal Cache Clear Portal Cache
ID ckccnplhilidafffpdocmgoimmhpjibf
Offizielle URL https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf
Beschreibung Clearing the cache with a single click!
Dateigröße 60 KB
Installationsanzahl 146
Aktuelle Version 1.1.2
Letztes Update 2023-12-26
Veröffentlichungsdatum 2020-11-26
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Rolf Stifter
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}