Clear Marketo Cookies

Clear Marketo cookies quickly!

Clear Marketo Cookiesとは何ですか?

Clear Marketo Cookiesはhttps://hyperxmedia.comによって開発されたChromeの拡張機能で、その主な機能は「Clear Marketo cookies quickly!」です。

拡張機能のスクリーンショット

screenshot

Clear Marketo Cookies拡張機能のCRXファイルをダウンロード

Clear Marketo Cookies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Clear Marketo Cookies Clear Marketo Cookies
ID ehahpjdebbahijknooppnepiagnhagkl
公式URL https://chromewebstore.google.com/detail/clear-marketo-cookies/ehahpjdebbahijknooppnepiagnhagkl
説明 Clear Marketo cookies quickly!
ファイルサイズ 12.43 KB
インストール数 62
現在のバージョン 1.0.1
最終更新日 2021-06-10
公開日 2018-01-08
評価 5.00/5 合計 4 レビュー
開発者 https://hyperxmedia.com
Eメール [email protected]
支払い方法 free
対応言語 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",
        ""
    ]
}