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 |
官方網址 | 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" } } |