Trialfire Iframe Enabler

Allow websites with XSS and CSP protection to be safely iframed in Trialfire

Co to jest Trialfire Iframe Enabler?

Trialfire Iframe Enabler to rozszerzenie Chrome opracowane przez mkremer, a jego główną funkcją jest „Allow websites with XSS and CSP protection to be safely iframed in Trialfire”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Trialfire Iframe Enabler

Pobierz pliki rozszerzeń Trialfire Iframe Enabler 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 should be installed by Trialfire users who's website or web-app makes use of X-Frame-Options or Content-Security-Policy (CSP) headers.


Trialfire embeds your website in an iframe so you can run reports using elements of your site. If you are currently serving X-Frame-Options or Content-Security-Policy (CSP) headers which prevent Trialfire from iframing your website, you need install this extension which will bypass those headers on the app.trialfire.com domain.

This extension does not handle, collect or transmit user data or sensitive data.                    

Podstawowe informacje o rozszerzeniu

Nazwa Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
Oficjalny URL https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
Opis Allow websites with XSS and CSP protection to be safely iframed in Trialfire
Rozmiar pliku 8.18 KB
Liczba instalacji 171
Aktualna Wersja 1.2.6
Ostatnia Aktualizacja 2020-09-19
Data Publikacji 2019-01-09
Deweloper mkremer
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://trialfire.com
Adres URL Strony Pomocy http://trialfire.com/docs
Adres URL Strony Polityki Prywatności https://trialfire.com/legal/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trialfire Iframe Enabler",
    "description": "Allow websites with XSS and CSP protection to be safely iframed in Trialfire",
    "version": "1.2.6",
    "icons": {
        "128": "trialfire.png"
    },
    "author": "Trialfire",
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "trialfire.js"
        ]
    }
}