Trialfire Iframe Enabler

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

What is Trialfire Iframe Enabler?

Trialfire Iframe Enabler is a Chrome extension developed by mkremer, and its main feature is "Allow websites with XSS and CSP protection to be safely iframed in Trialfire".

Extension Screenshots

screenshot

Download Trialfire Iframe Enabler Extension CRX File

Download Trialfire Iframe Enabler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
Official URL https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
Description Allow websites with XSS and CSP protection to be safely iframed in Trialfire
File Size 8.18 KB
Installation Count 171
Current Version 1.2.6
Last Updated 2020-09-19
Publish Date 2019-01-09
Developer mkremer
Email [email protected]
Payment Type free
Extension Website http://trialfire.com
Help Page URL http://trialfire.com/docs
Privacy Policy Page URL https://trialfire.com/legal/privacy
Supported Languages 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"
        ]
    }
}