Akamai Cache Eraser

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

Wat is Akamai Cache Eraser?

Akamai Cache Eraser is een Chrome-extensie ontwikkeld door MrFusion Enterprises, en de belangrijkste functie is "This extension helps invalidate cache of a file in an Akamai property".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Akamai Cache Eraser

Download Akamai Cache Eraser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Akamai Cache Eraser Akamai Cache Eraser
ID ekggjmddjmomcchbldijmmcalgilfcbb
Officiële URL https://chromewebstore.google.com/detail/akamai-cache-eraser/ekggjmddjmomcchbldijmmcalgilfcbb
Beschrijving This extension helps invalidate cache of a file in an Akamai property
Bestandsgrootte 25.71 KB
Aantal Installaties 216
Huidige Versie 0.9.0.4
Laatst Bijgewerkt 2014-05-29
Publicatiedatum 2014-05-29
Beoordeling 3.75/5 Totaal 8 Beoordelingen
Ontwikkelaar MrFusion Enterprises
Betalingswijze free
Ondersteunde Talen 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"
    }
}