Clear Portal Cache

Clearing the cache with a single click!

Clear Portal Cache là gì?

Clear Portal Cache là một tiện ích mở rộng Chrome được phát triển bởi Rolf Stifter, và tính năng chính của nó là "Clearing the cache with a single click!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Clear Portal Cache

Tải xuống các tệp mở rộng Clear Portal Cache dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Clear Portal Cache Clear Portal Cache
ID ckccnplhilidafffpdocmgoimmhpjibf
URL Chính Thức https://chromewebstore.google.com/detail/clear-portal-cache/ckccnplhilidafffpdocmgoimmhpjibf
Mô tả Clearing the cache with a single click!
Kích Thước Tệp 60 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 1.1.2
Cập Nhật Lần Cuối 2023-12-26
Ngày Phát Hành 2020-11-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Rolf Stifter
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}