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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة http://trialfire.com/docs
عنوان صفحة سياسة الخصوصية 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"
        ]
    }
}