Trialfire Iframe Enabler

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

Что такое Trialfire Iframe Enabler?

Trialfire Iframe Enabler - это расширение Chrome, разработанное mkremer, и его основная функция - "Allow websites with XSS and CSP protection to be safely iframed in Trialfire".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Trialfire Iframe Enabler

Скачайте файлы расширений 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
Электронная почта [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"
        ]
    }
}