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" } } |