Clear Portal Cache
Clearing the cache with a single click!
Wat is Clear Portal Cache?
Clear Portal Cache is een Chrome-extensie ontwikkeld door Rolf Stifter, en de belangrijkste functie is "Clearing the cache with a single click!".
Extensie Screenshots
Download het CRX-bestand van de extensie Clear Portal Cache
Download Clear Portal Cache-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Clear Portal Cache |
ID | ckccnplhilidafffpdocmgoimmhpjibf |
Officiële URL | https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf |
Beschrijving | Clearing the cache with a single click! |
Bestandsgrootte | 60 KB |
Aantal Installaties | 146 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2023-12-26 |
Publicatiedatum | 2020-11-26 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Rolf Stifter |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |