Akamai Cache Eraser
This extension helps invalidate cache of a file in an Akamai property
Akamai Cache Eraser là gì?
Akamai Cache Eraser là một tiện ích mở rộng Chrome được phát triển bởi MrFusion Enterprises, và tính năng chính của nó là "This extension helps invalidate cache of a file in an Akamai property".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Akamai Cache Eraser
Tải xuống các tệp mở rộng Akamai Cache Eraser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Akamai Cache Eraser |
ID | ekggjmddjmomcchbldijmmcalgilfcbb |
URL Chính Thức | https://chromewebstore.google.com/detail/akamai-cache-eraser/ekggjmddjmomcchbldijmmcalgilfcbb |
Mô tả | This extension helps invalidate cache of a file in an Akamai property |
Kích Thước Tệp | 25.71 KB |
Số Lần Cài Đặt | 216 |
Phiên Bản Hiện Tại | 0.9.0.4 |
Cập Nhật Lần Cuối | 2014-05-29 |
Ngày Phát Hành | 2014-05-29 |
Đánh Giá | 3.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | MrFusion Enterprises |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |