Clear Portal Cache

Clearing the cache with a single click!

O que é Clear Portal Cache?

Clear Portal Cache é uma extensão do Chrome desenvolvida por Rolf Stifter, e sua principal característica é "Clearing the cache with a single click!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Clear Portal Cache

Baixe arquivos de extensão Clear Portal Cache no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Clear Portal Cache Clear Portal Cache
ID ckccnplhilidafffpdocmgoimmhpjibf
URL Oficial https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf
Descrição Clearing the cache with a single click!
Tamanho do Arquivo 60 KB
Contagem de Instalações 146
Versão Atual 1.1.2
Última Atualização 2023-12-26
Data de Publicação 2020-11-26
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Rolf Stifter
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}