Clear Portal Cache
Clearing the cache with a single click!
¿Qué es Clear Portal Cache?
Clear Portal Cache es una extensión de Chrome desarrollada por Rolf Stifter, y su función principal es "Clearing the cache with a single click!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Clear Portal Cache
Descarga archivos de extensión Clear Portal Cache en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Clear Portal Cache |
ID | ckccnplhilidafffpdocmgoimmhpjibf |
URL Oficial | https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf |
Descripción | Clearing the cache with a single click! |
Tamaño del Archivo | 60 KB |
Cantidad de Instalaciones | 146 |
Versión Actual | 1.1.2 |
Última Actualización | 2023-12-26 |
Fecha de Publicación | 2020-11-26 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | Rolf Stifter |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |