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 |
官方網址 | 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" } } |