Clear Portal Cache

Clearing the cache with a single click!

What is Clear Portal Cache?

Clear Portal Cache is a Chrome extension developed by Rolf Stifter, and its main feature is "Clearing the cache with a single click!".

Extension Screenshots

screenshot

Download Clear Portal Cache Extension CRX File

Download Clear Portal Cache extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Clear Portal Cache Clear Portal Cache
ID ckccnplhilidafffpdocmgoimmhpjibf
Official URL https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf
Description Clearing the cache with a single click!
File Size 60 KB
Installation Count 146
Current Version 1.1.2
Last Updated 2023-12-26
Publish Date 2020-11-26
Rating 5.00/5 Total 2 Ratings
Developer Rolf Stifter
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}