Clear Portal Cache

Clearing the cache with a single click!

Vad är Clear Portal Cache?

Clear Portal Cache är en Chrome-tillägg utvecklad av Rolf Stifter, och dess huvudfunktion är "Clearing the cache with a single click!".

Tilläggsskärmbilder

screenshot

Ladda ner Clear Portal Cache-förlängningens CRX-fil

Ladda ner Clear Portal Cache-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Clear Portal Cache Clear Portal Cache
ID ckccnplhilidafffpdocmgoimmhpjibf
Officiell webbadress https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf
Beskrivning Clearing the cache with a single click!
Filstorlek 60 KB
Antal Installationer 146
Aktuell Version 1.1.2
Senast Uppdaterad 2023-12-26
Publiceringsdatum 2020-11-26
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Rolf Stifter
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}