Akamai Cache Eraser

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

Qu'est-ce que Akamai Cache Eraser ?

Akamai Cache Eraser est une extension Chrome développée par MrFusion Enterprises, et sa fonction principale est "This extension helps invalidate cache of a file in an Akamai property".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Akamai Cache Eraser

Téléchargez les fichiers d'extension Akamai Cache Eraser au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Akamai Cache Eraser Akamai Cache Eraser
ID ekggjmddjmomcchbldijmmcalgilfcbb
URL Officiel https://chromewebstore.google.com/detail/akamai-cache-eraser/ekggjmddjmomcchbldijmmcalgilfcbb
Description This extension helps invalidate cache of a file in an Akamai property
Taille du Fichier 25.71 KB
Nombre d'Installations 216
Version Actuelle 0.9.0.4
Dernière Mise à Jour 2014-05-29
Date de Publication 2014-05-29
Évaluation 3.75/5 Total 8 Évaluations
Développeur MrFusion Enterprises
Type de Paiement free
Langues Prises en Charge 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"
    }
}