Trialfire Iframe Enabler

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

O que é Trialfire Iframe Enabler?

Trialfire Iframe Enabler é uma extensão do Chrome desenvolvida por mkremer, e sua principal característica é "Allow websites with XSS and CSP protection to be safely iframed in Trialfire".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Trialfire Iframe Enabler

Baixe arquivos de extensão Trialfire Iframe Enabler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
URL Oficial https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
Descrição Allow websites with XSS and CSP protection to be safely iframed in Trialfire
Tamanho do Arquivo 8.18 KB
Contagem de Instalações 171
Versão Atual 1.2.6
Última Atualização 2020-09-19
Data de Publicação 2019-01-09
Desenvolvedor mkremer
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://trialfire.com
URL da Página de Ajuda http://trialfire.com/docs
URL da Página de Política de Privacidade https://trialfire.com/legal/privacy
Idiomas Suportados 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"
        ]
    }
}