Trialfire Iframe Enabler

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

Apa itu Trialfire Iframe Enabler?

Trialfire Iframe Enabler adalah ekstensi Chrome yang dikembangkan oleh mkremer, dan fitur utamanya adalah "Allow websites with XSS and CSP protection to be safely iframed in Trialfire".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Trialfire Iframe Enabler

Unduh file ekstensi Trialfire Iframe Enabler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
URL Resmi https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
Deskripsi Allow websites with XSS and CSP protection to be safely iframed in Trialfire
Ukuran File 8.18 KB
Jumlah Instalasi 171
Versi Saat Ini 1.2.6
Terakhir Diperbarui 2020-09-19
Tanggal Publikasi 2019-01-09
Pengembang mkremer
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://trialfire.com
URL Halaman Bantuan http://trialfire.com/docs
URL Halaman Kebijakan Privasi https://trialfire.com/legal/privacy
Bahasa yang Didukung 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"
        ]
    }
}