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
官方網址 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"
        ]
    }
}