Akamai Cache Eraser

This extension helps invalidate cache of a file in an Akamai property

Apa itu Akamai Cache Eraser?

Akamai Cache Eraser adalah ekstensi Chrome yang dikembangkan oleh MrFusion Enterprises, dan fitur utamanya adalah "This extension helps invalidate cache of a file in an Akamai property".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Akamai Cache Eraser

Unduh file ekstensi Akamai Cache Eraser 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 purge the cache of any file on an Akamai property.

To start:
1) Provide the hostnames belonging to your Akamai account.
2) Navigate to a URL in one of the hostnames provided.
3) Click the extension icon (on the onmibar) and provide your Akamai CCU credentials (only stored in your session).
4) You're now ready to invalidate caches!

Happy cache-hunting!                    

Informasi Dasar Ekstensi

Nama Akamai Cache Eraser Akamai Cache Eraser
ID ekggjmddjmomcchbldijmmcalgilfcbb
URL Resmi https://chromewebstore.google.com/detail/akamai-cache-eraser/ekggjmddjmomcchbldijmmcalgilfcbb
Deskripsi This extension helps invalidate cache of a file in an Akamai property
Ukuran File 25.71 KB
Jumlah Instalasi 216
Versi Saat Ini 0.9.0.4
Terakhir Diperbarui 2014-05-29
Tanggal Publikasi 2014-05-29
Penilaian 3.75/5 Total 8 Penilaian
Pengembang MrFusion Enterprises
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Akamai Cache Eraser",
    "description": "This extension helps invalidate cache of a file in an Akamai property",
    "version": "0.9.0.4",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "declarativeContent",
        "storage",
        "https:\/\/api.ccu.akamai.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html",
    "page_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "Akamai Cache Eraser",
        "default_popup": "popup.html"
    }
}