Clear Portal Cache
Clearing the cache with a single click!
什么是Clear Portal Cache?
Clear Portal Cache是由Rolf Stifter开发的Chrome扩展程序,该扩展的主要功能是“Clearing the cache with a single click!”。
扩展截图
下载Clear Portal Cache扩展crx文件
下载Clear Portal Cache扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Clear Portal Cache |
ID | ckccnplhilidafffpdocmgoimmhpjibf |
官方URL | https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf |
简介 | Clearing the cache with a single click! |
文件大小 | 60 KB |
安装次数 | 146 |
当前版本 | 1.1.2 |
更新时间 | 2023-12-26 |
上架时间 | 2020-11-26 |
评分 | 5.00/5 共2次评分 |
开发者 | Rolf Stifter |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |