Trialfire Iframe Enabler

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

Co je Trialfire Iframe Enabler?

Trialfire Iframe Enabler je rozšíření Chrome vyvinuté mkremer, a jeho hlavní funkcí je „Allow websites with XSS and CSP protection to be safely iframed in Trialfire“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Trialfire Iframe Enabler

Stáhněte si soubory rozšíření Trialfire Iframe Enabler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
Oficiální URL https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
Popis Allow websites with XSS and CSP protection to be safely iframed in Trialfire
Velikost souboru 8.18 KB
Počet instalací 171
Aktuální Verze 1.2.6
Poslední Aktualizace 2020-09-19
Datum Vydání 2019-01-09
Vývojář mkremer
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://trialfire.com
URL Stránky Nápovědy http://trialfire.com/docs
URL Stránky Zásad Ochrany Soukromí https://trialfire.com/legal/privacy
Podporované Jazyky 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"
        ]
    }
}