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
Vad är Maatwerk Online Clear Cache?
Maatwerk Online Clear Cache är en Chrome-tillägg utvecklad av https://www.maatwerkonline.nl, och dess huvudfunktion är "It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again".
Tilläggsskärmbilder
Ladda ner Maatwerk Online Clear Cache-förlängningens CRX-fil
Ladda ner Maatwerk Online Clear Cache-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        It helps to developer & tester. It will clear cache of your webpage. So that no need press cntl+f5 again and again.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ihjkbilpbadefajplekfmjfieglocjeg | 
| Officiell webbadress | https://chromewebstore.google.com/detail/maatwerk-online-clear-cac/ihjkbilpbadefajplekfmjfieglocjeg | 
| Beskrivning | It helps to developer & tester. I will clear cache of your webpage. So there is no need press cntl+f5 again and again | 
| Filstorlek | 30.65 KB | 
| Antal Installationer | 44 | 
| Aktuell Version | 0.4 | 
| Senast Uppdaterad | 2019-04-03 | 
| Publiceringsdatum | 2019-04-03 | 
| Utvecklare | https://www.maatwerkonline.nl | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| URL till Sekretesspolicy Sidan | https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf | 
| Stödda Språk | 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"
    ]
}  |  |