Clear Marketo Cookies

Clear Marketo cookies quickly!

What is Clear Marketo Cookies?

Clear Marketo Cookies is a Chrome extension developed by https://hyperxmedia.com, and its main feature is "Clear Marketo cookies quickly!".

Extension Screenshots

screenshot

Download Clear Marketo Cookies Extension CRX File

Download Clear Marketo Cookies 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

                        Often times after filling out Marketo forms while testing developers need to clear the Marketo cookie so their information doesn't automatically fill in the form.  This extension will clear this cookie quickly with just a click.                    

Extension Basic Information

Name Clear Marketo Cookies Clear Marketo Cookies
ID ehahpjdebbahijknooppnepiagnhagkl
Official URL https://chromewebstore.google.com/detail/clear-marketo-cookies/ehahpjdebbahijknooppnepiagnhagkl
Description Clear Marketo cookies quickly!
File Size 12.43 KB
Installation Count 62
Current Version 1.0.1
Last Updated 2021-06-10
Publish Date 2018-01-08
Rating 5.00/5 Total 4 Ratings
Developer https://hyperxmedia.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Marketo Cookies",
    "description": "Clear Marketo cookies quickly!",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "128x128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "permissions": [
        "activeTab",
        "cookies",
        ""
    ]
}