Trialfire Iframe Enabler

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

什么是Trialfire Iframe Enabler?

Trialfire Iframe Enabler是由mkremer开发的Chrome扩展程序,该扩展的主要功能是“Allow websites with XSS and CSP protection to be safely iframed in Trialfire”。

扩展截图

screenshot

下载Trialfire Iframe Enabler扩展crx文件

下载Trialfire Iframe Enabler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
官方URL https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
简介 Allow websites with XSS and CSP protection to be safely iframed in Trialfire
文件大小 8.18 KB
安装次数 171
当前版本 1.2.6
更新时间 2020-09-19
上架时间 2019-01-09
开发者 mkremer
电子邮箱 [email protected]
付费类型 free
扩展官网 http://trialfire.com
帮助页面URL http://trialfire.com/docs
隐私政策页面URL https://trialfire.com/legal/privacy
支持的语言 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"
        ]
    }
}