Clear Portal Cache

Clearing the cache with a single click!

Apa itu Clear Portal Cache?

Clear Portal Cache adalah ekstensi Chrome yang dikembangkan oleh Rolf Stifter, dan fitur utamanya adalah "Clearing the cache with a single click!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Clear Portal Cache

Unduh file ekstensi Clear Portal Cache dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Clear Portal Cache Clear Portal Cache
ID ckccnplhilidafffpdocmgoimmhpjibf
URL Resmi https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf
Deskripsi Clearing the cache with a single click!
Ukuran File 60 KB
Jumlah Instalasi 146
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2023-12-26
Tanggal Publikasi 2020-11-26
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Rolf Stifter
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}