Akamai Cache Eraser

This extension helps invalidate cache of a file in an Akamai property

Akamai Cache Eraserคืออะไร?

Akamai Cache Eraser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MrFusion Enterprises และคุณลักษณะหลักของมันคือ "This extension helps invalidate cache of a file in an Akamai property"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Akamai Cache Eraser

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}