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