Netcore Product Experience

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

Co to jest Netcore Product Experience?

Netcore Product Experience to rozszerzenie Chrome opracowane przez netcoredevs, a jego główną funkcją jest „This modifies the X-Frame-Options and set-cookies HTTP response headers to show the website inside the i-frame.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Netcore Product Experience

Pobierz pliki rozszerzeń Netcore Product Experience w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Netcore Product Experience Netcore Product Experience
ID mcljbejigkdjgllejddjdacbhkopgihj
Oficjalny URL https://chromewebstore.google.com/detail/netcore-product-experienc/mcljbejigkdjgllejddjdacbhkopgihj
Opis This modifies the X-Frame-Options and set-cookies HTTP response headers to show the website inside the i-frame.
Rozmiar pliku 11.53 KB
Liczba instalacji 251
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2022-09-02
Data Publikacji 2021-12-10
Deweloper netcoredevs
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}