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
Eメール [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"
        ]
    }
}