Clear Portal Cache
Clearing the cache with a single click!
Clear Portal Cache क्या है?
Clear Portal Cache Rolf Stifter द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clearing the cache with a single click!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Clear Portal Cache एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } |