Clear Portal Cache

Clearing the cache with a single click!

ما هو Clear Portal Cache؟

Clear Portal Cache هو إضافة Chrome تم تطويرها بواسطة Rolf Stifter، والميزة الرئيسية لها هي "Clearing the cache with a single click!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Clear Portal Cache

قم بتنزيل ملفات الامتداد Clear Portal Cache بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Easily clear your Dynamics portal cache without going to /_services/about. Just click the icon in your extensions!

Everyone who worked in Dynamics portals, knows it is a struggle to clear the server-side cache. You always have to go the page "/_services/about" and click on the button "Clear cache". This simple Chrome extensions loads this page and clicks on the button automatically in the background.

This extension only works for Microsoft portals and Power Pages.                    

معلومات أساسية عن التمديد

الاسم Clear Portal Cache Clear Portal Cache
ID ckccnplhilidafffpdocmgoimmhpjibf
عنوان URL الرسمي https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf
الوصف Clearing the cache with a single click!
حجم الملف 60 KB
عدد التثبيتات 146
النسخة الحالية 1.1.2
آخر تحديث 2023-12-26
تاريخ النشر 2020-11-26
تقييم 5.00/5 مجموع تقييمات 2
المطور Rolf Stifter
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clear Portal Cache",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Clearing the cache with a single click!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Clear portal cache!"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "ClearPortalCache_48.png",
        "128": "ClearPortalCache_128.png"
    }
}