Akamai Cache Eraser

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

Co to jest Akamai Cache Eraser?

Akamai Cache Eraser to rozszerzenie Chrome opracowane przez MrFusion Enterprises, a jego główną funkcją jest „This extension helps invalidate cache of a file in an Akamai property”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Akamai Cache Eraser

Pobierz pliki rozszerzeń Akamai Cache Eraser w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Akamai Cache Eraser Akamai Cache Eraser
ID ekggjmddjmomcchbldijmmcalgilfcbb
Oficjalny URL https://chromewebstore.google.com/detail/akamai-cache-eraser/ekggjmddjmomcchbldijmmcalgilfcbb
Opis This extension helps invalidate cache of a file in an Akamai property
Rozmiar pliku 25.71 KB
Liczba instalacji 216
Aktualna Wersja 0.9.0.4
Ostatnia Aktualizacja 2014-05-29
Data Publikacji 2014-05-29
Ocena 3.75/5 Łącznie 8 Oceny
Deweloper MrFusion Enterprises
Typ Płatności free
Obsługiwane Języki 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"
    }
}