Trialfire Iframe Enabler

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

Qu'est-ce que Trialfire Iframe Enabler ?

Trialfire Iframe Enabler est une extension Chrome développée par mkremer, et sa fonction principale est "Allow websites with XSS and CSP protection to be safely iframed in Trialfire".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trialfire Iframe Enabler

Téléchargez les fichiers d'extension Trialfire Iframe Enabler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
URL Officiel https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
Description Allow websites with XSS and CSP protection to be safely iframed in Trialfire
Taille du Fichier 8.18 KB
Nombre d'Installations 171
Version Actuelle 1.2.6
Dernière Mise à Jour 2020-09-19
Date de Publication 2019-01-09
Développeur mkremer
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://trialfire.com
URL de la Page d'Aide http://trialfire.com/docs
URL de la Page de Politique de Confidentialité https://trialfire.com/legal/privacy
Langues Prises en Charge 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"
        ]
    }
}