Trialfire Iframe Enabler

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

Wat is Trialfire Iframe Enabler?

Trialfire Iframe Enabler is een Chrome-extensie ontwikkeld door mkremer, en de belangrijkste functie is "Allow websites with XSS and CSP protection to be safely iframed in Trialfire".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Trialfire Iframe Enabler

Download Trialfire Iframe Enabler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
Officiële URL https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
Beschrijving Allow websites with XSS and CSP protection to be safely iframed in Trialfire
Bestandsgrootte 8.18 KB
Aantal Installaties 171
Huidige Versie 1.2.6
Laatst Bijgewerkt 2020-09-19
Publicatiedatum 2019-01-09
Ontwikkelaar mkremer
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://trialfire.com
Help Pagina-URL http://trialfire.com/docs
URL van de Privacybeleid Pagina https://trialfire.com/legal/privacy
Ondersteunde Talen 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"
        ]
    }
}