Akamai Cache Eraser
This extension helps invalidate cache of a file in an Akamai property
O que é Akamai Cache Eraser?
Akamai Cache Eraser é uma extensão do Chrome desenvolvida por MrFusion Enterprises, e sua principal característica é "This extension helps invalidate cache of a file in an Akamai property".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Akamai Cache Eraser
Baixe arquivos de extensão Akamai Cache Eraser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Akamai Cache Eraser |
ID | ekggjmddjmomcchbldijmmcalgilfcbb |
URL Oficial | https://chromewebstore.google.com/detail/akamai-cache-eraser/ekggjmddjmomcchbldijmmcalgilfcbb |
Descrição | This extension helps invalidate cache of a file in an Akamai property |
Tamanho do Arquivo | 25.71 KB |
Contagem de Instalações | 216 |
Versão Atual | 0.9.0.4 |
Última Atualização | 2014-05-29 |
Data de Publicação | 2014-05-29 |
Classificação | 3.75/5 Total de 8 Avaliações |
Desenvolvedor | MrFusion Enterprises |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |