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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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