Trialfire Iframe Enabler

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

Trialfire Iframe Enabler là gì?

Trialfire Iframe Enabler là một tiện ích mở rộng Chrome được phát triển bởi mkremer, và tính năng chính của nó là "Allow websites with XSS and CSP protection to be safely iframed in Trialfire".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trialfire Iframe Enabler

Tải xuống các tệp mở rộng Trialfire Iframe Enabler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trialfire Iframe Enabler Trialfire Iframe Enabler
ID bgcohdnafofkgkaelmkelamidkdgbchh
URL Chính Thức https://chromewebstore.google.com/detail/trialfire-iframe-enabler/bgcohdnafofkgkaelmkelamidkdgbchh
Mô tả Allow websites with XSS and CSP protection to be safely iframed in Trialfire
Kích Thước Tệp 8.18 KB
Số Lần Cài Đặt 171
Phiên Bản Hiện Tại 1.2.6
Cập Nhật Lần Cuối 2020-09-19
Ngày Phát Hành 2019-01-09
Nhà Phát Triển mkremer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://trialfire.com
URL Trang Trợ Giúp http://trialfire.com/docs
URL Trang Chính Sách Bảo Mật https://trialfire.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}