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!」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}