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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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