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
电子邮箱 [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"
}