Akamai Cache Eraser

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

Was ist Akamai Cache Eraser?

Akamai Cache Eraser ist eine Chrome-Erweiterung, die von MrFusion Enterprises entwickelt wurde, und ihr Hauptmerkmal ist "This extension helps invalidate cache of a file in an Akamai property".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Akamai Cache Eraser-Erweiterungs-CRX-Datei herunterladen

Laden Sie Akamai Cache Eraser-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Akamai Cache Eraser Akamai Cache Eraser
ID ekggjmddjmomcchbldijmmcalgilfcbb
Offizielle URL https://chromewebstore.google.com/detail/akamai-cache-eraser/ekggjmddjmomcchbldijmmcalgilfcbb
Beschreibung This extension helps invalidate cache of a file in an Akamai property
Dateigröße 25.71 KB
Installationsanzahl 216
Aktuelle Version 0.9.0.4
Letztes Update 2014-05-29
Veröffentlichungsdatum 2014-05-29
Bewertung 3.75/5 Insgesamt 8 Bewertungen
Entwickler MrFusion Enterprises
Zahlungsart free
Unterstützte Sprachen 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"
    }
}