Maatwerk Online Test Conversion

Maatwerk Online Test Conversion

What is Maatwerk Online Test Conversion?

Maatwerk Online Test Conversion is a Chrome extension developed by https://www.maatwerkonline.nl, and its main feature is "Maatwerk Online Test Conversion".

Extension Screenshots

screenshot

Download Maatwerk Online Test Conversion Extension CRX File

Download Maatwerk Online Test Conversion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        It's an extension that helps you to remove your test from Google Analytics. This keep the data for you or your client as trustworthy as possible.                    

Extension Basic Information

Name Maatwerk Online Test Conversion Maatwerk Online Test Conversion
ID oifakhbjplenbciafgcgdoojadgghnpb
Official URL https://chromewebstore.google.com/detail/maatwerk-online-test-conv/oifakhbjplenbciafgcgdoojadgghnpb
Description Maatwerk Online Test Conversion
File Size 25.65 KB
Installation Count 34
Current Version 0.3
Last Updated 2023-08-02
Publish Date 2018-12-05
Rating 5.00/5 Total 1 Ratings
Developer https://www.maatwerkonline.nl
Email [email protected]
Payment Type free
Extension Website https://www.maatwerkonline.nl/
Help Page URL https://www.maatwerkonline.nl/contact/
Privacy Policy Page URL https://cdn.cookiecode.nl/privacy/maatwerkonline.nl/nl/pdf
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Maatwerk Online Test Conversion",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Maatwerk Online Test Conversion",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "permissions": [
        "activeTab"
    ]
}