Akamai Cache Eraser
This extension helps invalidate cache of a file in an Akamai property
什么是Akamai Cache Eraser?
Akamai Cache Eraser是由MrFusion Enterprises开发的Chrome扩展程序,该扩展的主要功能是“This extension helps invalidate cache of a file in an Akamai property”。
扩展截图
下载Akamai Cache Eraser扩展crx文件
下载Akamai Cache Eraser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Akamai Cache Eraser |
ID | ekggjmddjmomcchbldijmmcalgilfcbb |
官方URL | https://chromewebstore.google.com/detail/akamai-cache-eraser/ekggjmddjmomcchbldijmmcalgilfcbb |
简介 | This extension helps invalidate cache of a file in an Akamai property |
文件大小 | 25.71 KB |
安装次数 | 216 |
当前版本 | 0.9.0.4 |
更新时间 | 2014-05-29 |
上架时间 | 2014-05-29 |
评分 | 3.75/5 共8次评分 |
开发者 | MrFusion Enterprises |
付费类型 | free |
支持的语言 | 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" } } |