Akamai Cache Eraser

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

What is Akamai Cache Eraser?

Akamai Cache Eraser is a Chrome extension developed by MrFusion Enterprises, and its main feature is "This extension helps invalidate cache of a file in an Akamai property".

Extension Screenshots

screenshot
screenshot
screenshot

Download Akamai Cache Eraser Extension CRX File

Download Akamai Cache Eraser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Akamai Cache Eraser Akamai Cache Eraser
ID ekggjmddjmomcchbldijmmcalgilfcbb
Official URL https://chromewebstore.google.com/detail/akamai-cache-eraser/ekggjmddjmomcchbldijmmcalgilfcbb
Description This extension helps invalidate cache of a file in an Akamai property
File Size 25.71 KB
Installation Count 216
Current Version 0.9.0.4
Last Updated 2014-05-29
Publish Date 2014-05-29
Rating 3.75/5 Total 8 Ratings
Developer MrFusion Enterprises
Payment Type free
Supported Languages 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"
    }
}