Netcore Product Experience

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

Hvad er Netcore Product Experience?

Netcore Product Experience er en Chrome-udvidelse udviklet af netcoredevs, og dens hovedfunktion er "This modifies the X-Frame-Options and set-cookies HTTP response headers to show the website inside the i-frame.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Netcore Product Experience-udvidelses-CRX-fil

Download Netcore Product Experience-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Netcore Product Experience Netcore Product Experience
ID mcljbejigkdjgllejddjdacbhkopgihj
Officiel URL https://chromewebstore.google.com/detail/netcore-product-experienc/mcljbejigkdjgllejddjdacbhkopgihj
Beskrivelse This modifies the X-Frame-Options and set-cookies HTTP response headers to show the website inside the i-frame.
Filstørrelse 11.53 KB
Antal Installationer 251
Nuværende Version 0.0.3
Senest Opdateret 2022-09-02
Udgivelsesdato 2021-12-10
Udvikler netcoredevs
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}