Trialfire Iframe Enabler

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

¿Qué es Trialfire Iframe Enabler?

Trialfire Iframe Enabler es una extensión de Chrome desarrollada por mkremer, y su función principal es "Allow websites with XSS and CSP protection to be safely iframed in Trialfire".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Trialfire Iframe Enabler

Descarga archivos de extensión Trialfire Iframe Enabler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
URL Oficial https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
Descripción Allow websites with XSS and CSP protection to be safely iframed in Trialfire
Tamaño del Archivo 8.18 KB
Cantidad de Instalaciones 171
Versión Actual 1.2.6
Última Actualización 2020-09-19
Fecha de Publicación 2019-01-09
Desarrollador mkremer
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://trialfire.com
URL de la Página de Ayuda http://trialfire.com/docs
URL de la Página de Política de Privacidad https://trialfire.com/legal/privacy
Idiomas Soportados 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"
        ]
    }
}