Clear Portal Cache

Clearing the cache with a single click!

Qu'est-ce que Clear Portal Cache ?

Clear Portal Cache est une extension Chrome développée par Rolf Stifter, et sa fonction principale est "Clearing the cache with a single click!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Clear Portal Cache

Téléchargez les fichiers d'extension Clear Portal Cache au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Clear Portal Cache Clear Portal Cache
ID ckccnplhilidafffpdocmgoimmhpjibf
URL Officiel https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf
Description Clearing the cache with a single click!
Taille du Fichier 60 KB
Nombre d'Installations 146
Version Actuelle 1.1.2
Dernière Mise à Jour 2023-12-26
Date de Publication 2020-11-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur Rolf Stifter
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}