Netcore Product Experience

This modifies the X-Frame-Options and set-cookies HTTP response headers to show the website inside the i-frame.

Netcore Product Experienceとは何ですか?

Netcore Product Experienceはnetcoredevsによって開発されたChromeの拡張機能で、その主な機能は「This modifies the X-Frame-Options and set-cookies HTTP response headers to show the website inside the i-frame.」です。

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

screenshot
screenshot

Netcore Product Experience拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension allows you to let your website load in an i-frame. This modifies the X-Frame-Options and set-cookies HTTP response headers to show the website inside the iframe. 

Install this extension if you face any problem with placing the nudges from Netcore Product Experience platform or if you have a shopify website. Once installed, relaunch your Netcore Product Experience dashboard and start placing the nudges.

Please do note that this extension only makes the changes locally on your own browser and doesn’t hamper the website performance in general.  You can always enable/disable the option provided in the extension basis your requirement.                    

拡張機能の基本情報

名前 Netcore Product Experience Netcore Product Experience
ID mcljbejigkdjgllejddjdacbhkopgihj
公式URL https://chromewebstore.google.com/detail/netcore-product-experienc/mcljbejigkdjgllejddjdacbhkopgihj
説明 This modifies the X-Frame-Options and set-cookies HTTP response headers to show the website inside the i-frame.
ファイルサイズ 11.53 KB
インストール数 251
現在のバージョン 0.0.3
最終更新日 2022-09-02
公開日 2021-12-10
開発者 netcoredevs
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netcore Product Experience",
    "version": "0.0.3",
    "description": "This modifies the X-Frame-Options and set-cookies HTTP response headers to show the website inside the i-frame.",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "16": "\/images\/16_icon.png",
            "32": "\/images\/32_icon.png",
            "48": "\/images\/48_icon.png",
            "128": "\/images\/128_icon.png"
        },
        "default_title": "Netcore Product Experience",
        "default_popup": "src\/popup.html"
    },
    "background": {
        "scripts": [
            "src\/background.js"
        ]
    },
    "icons": {
        "16": "\/images\/16_icon.png",
        "32": "\/images\/32_icon.png",
        "48": "\/images\/48_icon.png",
        "128": "\/images\/128_icon.png"
    },
    "externally_connectable": {
        "ids": [
            "mcljbejigkdjgllejddjdacbhkopgihj"
        ],
        "matches": [
            "*:\/\/*.hansel.io\/*",
            "*:\/\/*.netcorecloud.com\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlKgS5QNd9aXPQTRQDFcMMsWu7QI76nomdolmj0eqaQBHmeQBAfkLk5ChfwMF6D\/91iIlgbWDw+e111ulYojT4zanGk9nd+Z9\/0vUnTGQ+B\/\/Zgy7Mhk8j7APIehpEwOLJ12vnFWyNIenoho5k2snElfuomAFxdLMK7QIPUNaCKwX1BuSO1c9YcISoaZUHsiHR\/OD4NXsU34EyL8SHpmXVDYIDgJxtlE7CwGrPOwPBau\/DpWNOb4XfdikmKt94bg+fB3jkyWjm0bIOzftcqLn6Y+KaajyONeeXGP7BjpZ5ehFZVIFk6sIeWTXPPVtIdY2IeMZ044gLd2ncpSM5C9C8wIDAQAB"
}