Trialfire Iframe Enabler

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

Vad är Trialfire Iframe Enabler?

Trialfire Iframe Enabler är en Chrome-tillägg utvecklad av mkremer, och dess huvudfunktion är "Allow websites with XSS and CSP protection to be safely iframed in Trialfire".

Tilläggsskärmbilder

screenshot

Ladda ner Trialfire Iframe Enabler-förlängningens CRX-fil

Ladda ner Trialfire Iframe Enabler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
Officiell webbadress https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
Beskrivning Allow websites with XSS and CSP protection to be safely iframed in Trialfire
Filstorlek 8.18 KB
Antal Installationer 171
Aktuell Version 1.2.6
Senast Uppdaterad 2020-09-19
Publiceringsdatum 2019-01-09
Utvecklare mkremer
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://trialfire.com
Hjälpsida URL http://trialfire.com/docs
URL till Sekretesspolicy Sidan https://trialfire.com/legal/privacy
Stödda Språk 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"
        ]
    }
}