Akamai Cache Eraser

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

Cos'è Akamai Cache Eraser?

Akamai Cache Eraser è un'estensione di Chrome sviluppata da MrFusion Enterprises, e la sua funzione principale è "This extension helps invalidate cache of a file in an Akamai property".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Akamai Cache Eraser

Scarica i file di estensione Akamai Cache Eraser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Akamai Cache Eraser Akamai Cache Eraser
ID ekggjmddjmomcchbldijmmcalgilfcbb
URL Ufficiale https://chromewebstore.google.com/detail/akamai-cache-eraser/ekggjmddjmomcchbldijmmcalgilfcbb
Descrizione This extension helps invalidate cache of a file in an Akamai property
Dimensione del File 25.71 KB
Conteggio Installazioni 216
Versione Corrente 0.9.0.4
Ultimo Aggiornamento 2014-05-29
Data di Pubblicazione 2014-05-29
Valutazione 3.75/5 Totale 8 Valutazioni
Sviluppatore MrFusion Enterprises
Tipo di Pagamento free
Lingue Supportate 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"
    }
}