Trialfire Iframe Enabler

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

Was ist Trialfire Iframe Enabler?

Trialfire Iframe Enabler ist eine Chrome-Erweiterung, die von mkremer entwickelt wurde, und ihr Hauptmerkmal ist "Allow websites with XSS and CSP protection to be safely iframed in Trialfire".

Erweiterungsscreenshots

screenshot

Trialfire Iframe Enabler-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trialfire Iframe Enabler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
Offizielle URL https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
Beschreibung Allow websites with XSS and CSP protection to be safely iframed in Trialfire
Dateigröße 8.18 KB
Installationsanzahl 171
Aktuelle Version 1.2.6
Letztes Update 2020-09-19
Veröffentlichungsdatum 2019-01-09
Entwickler mkremer
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://trialfire.com
Hilfeseite URL http://trialfire.com/docs
URL der Datenschutzrichtlinien-Seite https://trialfire.com/legal/privacy
Unterstützte Sprachen 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"
        ]
    }
}