Clear Portal Cache

Clearing the cache with a single click!

Cos'è Clear Portal Cache?

Clear Portal Cache è un'estensione di Chrome sviluppata da Rolf Stifter, e la sua funzione principale è "Clearing the cache with a single click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clear Portal Cache

Scarica i file di estensione Clear Portal Cache in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Clear Portal Cache Clear Portal Cache
ID ckccnplhilidafffpdocmgoimmhpjibf
URL Ufficiale https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf
Descrizione Clearing the cache with a single click!
Dimensione del File 60 KB
Conteggio Installazioni 146
Versione Corrente 1.1.2
Ultimo Aggiornamento 2023-12-26
Data di Pubblicazione 2020-11-26
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Rolf Stifter
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}