Clear Portal Cache
Clearing the cache with a single click!
Hvad er Clear Portal Cache?
Clear Portal Cache er en Chrome-udvidelse udviklet af Rolf Stifter, og dens hovedfunktion er "Clearing the cache with a single click!".
Udvidelsesskærmbilleder
Download Clear Portal Cache-udvidelses-CRX-fil
Download Clear Portal Cache-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Clear Portal Cache |
ID | ckccnplhilidafffpdocmgoimmhpjibf |
Officiel URL | https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf |
Beskrivelse | Clearing the cache with a single click! |
Filstørrelse | 60 KB |
Antal Installationer | 146 |
Nuværende Version | 1.1.2 |
Senest Opdateret | 2023-12-26 |
Udgivelsesdato | 2020-11-26 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Rolf Stifter |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |