Trialfire Iframe Enabler

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

Cos'è Trialfire Iframe Enabler?

Trialfire Iframe Enabler è un'estensione di Chrome sviluppata da mkremer, e la sua funzione principale è "Allow websites with XSS and CSP protection to be safely iframed in Trialfire".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trialfire Iframe Enabler

Scarica i file di estensione Trialfire Iframe Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
URL Ufficiale https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
Descrizione Allow websites with XSS and CSP protection to be safely iframed in Trialfire
Dimensione del File 8.18 KB
Conteggio Installazioni 171
Versione Corrente 1.2.6
Ultimo Aggiornamento 2020-09-19
Data di Pubblicazione 2019-01-09
Sviluppatore mkremer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://trialfire.com
URL della Pagina di Aiuto http://trialfire.com/docs
URL della Pagina della Politica sulla Privacy https://trialfire.com/legal/privacy
Lingue Supportate 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"
        ]
    }
}