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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |