Maatwerk Online Clear Cache

It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again

Was ist Maatwerk Online Clear Cache?

Maatwerk Online Clear Cache ist eine Chrome-Erweiterung, die von https://www.maatwerkonline.nl entwickelt wurde, und ihr Hauptmerkmal ist "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again".

Erweiterungsscreenshots

screenshot

Maatwerk Online Clear Cache-Erweiterungs-CRX-Datei herunterladen

Laden Sie Maatwerk Online Clear Cache-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        It helps to developer & tester. It will clear cache of your webpage. So that no need press cntl+f5 again and again.                    

Grundlegende Informationen zur Erweiterung

Name Maatwerk Online Clear Cache Maatwerk Online Clear Cache
ID ihjkbilpbadefajplekfmjfieglocjeg
Offizielle URL https://chromewebstore.google.com/detail/maatwerk-online-clear-cac/ihjkbilpbadefajplekfmjfieglocjeg
Beschreibung It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again
Dateigröße 30.65 KB
Installationsanzahl 44
Aktuelle Version 0.4
Letztes Update 2019-04-03
Veröffentlichungsdatum 2019-04-03
Entwickler https://www.maatwerkonline.nl
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maatwerk Online Clear Cache",
    "version": "0.4",
    "manifest_version": 2,
    "description": "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again",
    "homepage_url": "http:\/\/maatwerkonline.nl",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "18": "images\/logo-18.png",
            "36": "images\/logo-36.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "icons": {
        "18": "images\/logo-18.png",
        "36": "images\/logo-36.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "permissions": [
        "activeTab"
    ]
}