Netcore Product Experience

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

Was ist Netcore Product Experience?

Netcore Product Experience ist eine Chrome-Erweiterung, die von netcoredevs entwickelt wurde, und ihr Hauptmerkmal ist "This modifies the X-Frame-Options and set-cookies HTTP response headers to show the website inside the i-frame.".

Erweiterungsscreenshots

screenshot
screenshot

Netcore Product Experience-Erweiterungs-CRX-Datei herunterladen

Laden Sie Netcore Product Experience-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Netcore Product Experience Netcore Product Experience
ID mcljbejigkdjgllejddjdacbhkopgihj
Offizielle URL https://chromewebstore.google.com/detail/netcore-product-experienc/mcljbejigkdjgllejddjdacbhkopgihj
Beschreibung This modifies the X-Frame-Options and set-cookies HTTP response headers to show the website inside the i-frame.
Dateigröße 11.53 KB
Installationsanzahl 251
Aktuelle Version 0.0.3
Letztes Update 2022-09-02
Veröffentlichungsdatum 2021-12-10
Entwickler netcoredevs
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}