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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}