Akamai Cache Eraser
This extension helps invalidate cache of a file in an Akamai property
Hvad er Akamai Cache Eraser?
Akamai Cache Eraser er en Chrome-udvidelse udviklet af MrFusion Enterprises, og dens hovedfunktion er "This extension helps invalidate cache of a file in an Akamai property".
Udvidelsesskærmbilleder
Download Akamai Cache Eraser-udvidelses-CRX-fil
Download Akamai Cache Eraser-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Akamai Cache Eraser |
ID | ekggjmddjmomcchbldijmmcalgilfcbb |
Officiel URL | https://chromewebstore.google.com/detail/akamai-cache-eraser/ekggjmddjmomcchbldijmmcalgilfcbb |
Beskrivelse | This extension helps invalidate cache of a file in an Akamai property |
Filstørrelse | 25.71 KB |
Antal Installationer | 216 |
Nuværende Version | 0.9.0.4 |
Senest Opdateret | 2014-05-29 |
Udgivelsesdato | 2014-05-29 |
Bedømmelse | 3.75/5 Samlet 8 Bedømmelser |
Udvikler | MrFusion Enterprises |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |