Secureframe Knowledge Base

Get answers fast from your growing knowledge base with Secureframe!

ما هو Secureframe Knowledge Base؟

Secureframe Knowledge Base هو إضافة Chrome تم تطويرها بواسطة Secureframe، والميزة الرئيسية لها هي "Get answers fast from your growing knowledge base with Secureframe!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Secureframe Knowledge Base

قم بتنزيل ملفات الامتداد Secureframe Knowledge Base بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension opens a pop-up window that allows you to immediately search and see details about your company in the Secureframe knowledge base. Use this as an instant resource for facts when filling out questionnaires or for other compliance queries. By the team at Secureframe.

Features include:
- Type keywords, phrases, or whole questions in to the search field to immediately discover related content in the knowledge base.
- The ‘select-to-search’ feature automatically searches any highlighted text on your active tab.                    

معلومات أساسية عن التمديد

الاسم Secureframe Knowledge Base Secureframe Knowledge Base
ID embmladabggifkcdocnacijpeigjkfpg
عنوان URL الرسمي https://chromewebstore.google.com/detail/secureframe-knowledge-bas/embmladabggifkcdocnacijpeigjkfpg
الوصف Get answers fast from your growing knowledge base with Secureframe!
حجم الملف 12.86 KB
عدد التثبيتات 192
النسخة الحالية 1.0.0
آخر تحديث 2024-01-26
تاريخ النشر 2022-12-20
تقييم 5.00/5 مجموع تقييمات 4
المطور Secureframe
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://secureframe.com/products/questionnaires
عنوان صفحة المساعدة https://secureframe.zendesk.com/hc/en-us/articles/11974158974355
عنوان صفحة سياسة الخصوصية https://secureframe.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Secureframe Knowledge Base",
    "version": "1.0.0",
    "description": "Get answers fast from your growing knowledge base with Secureframe!",
    "manifest_version": 3,
    "author": "Secureframe",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "helpers.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "worker_wrapper.js"
    },
    "action": [],
    "permissions": [
        "contextMenus",
        "system.display",
        "activeTab",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.secureframe.com\/*"
        ]
    },
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}