Akamai Cache Eraser

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

Vad är Akamai Cache Eraser?

Akamai Cache Eraser är en Chrome-tillägg utvecklad av MrFusion Enterprises, och dess huvudfunktion är "This extension helps invalidate cache of a file in an Akamai property".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Akamai Cache Eraser-förlängningens CRX-fil

Ladda ner Akamai Cache Eraser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Akamai Cache Eraser Akamai Cache Eraser
ID ekggjmddjmomcchbldijmmcalgilfcbb
Officiell webbadress https://chromewebstore.google.com/detail/akamai-cache-eraser/ekggjmddjmomcchbldijmmcalgilfcbb
Beskrivning This extension helps invalidate cache of a file in an Akamai property
Filstorlek 25.71 KB
Antal Installationer 216
Aktuell Version 0.9.0.4
Senast Uppdaterad 2014-05-29
Publiceringsdatum 2014-05-29
Betyg 3.75/5 Totalt 8 Betyg
Utvecklare MrFusion Enterprises
Betalningssätt free
Stödda Språk 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"
    }
}