Gen Search

This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center

ما هو Gen Search؟

Gen Search هو إضافة Chrome تم تطويرها بواسطة will.apple.genesys، والميزة الرئيسية لها هي "This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center".

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

screenshot

تحميل ملف CRX للإضافة Gen Search

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

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

                        This extension enables users to search the various sites Genesys Customer Care uses on a daily basis from any browser window or tab.                    

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

الاسم Gen Search Gen Search
ID kjgkkcplhepmmflcgnmpfaocfnnlljbb
عنوان URL الرسمي https://chromewebstore.google.com/detail/gen-search/kjgkkcplhepmmflcgnmpfaocfnnlljbb
الوصف This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center
حجم الملف 189 KB
عدد التثبيتات 140
النسخة الحالية 1.5.0.0
آخر تحديث 2024-01-09
تاريخ النشر 2022-05-26
المطور will.apple.genesys
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Gen Search",
    "description": "This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center",
    "version": "1.5.0.0",
    "minimum_chrome_version": "88.0.0.0",
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "commands"
    ],
    "commands": {
        "run-GenSearch": {
            "suggested_key": "Ctrl+Shift+Q",
            "description": "Launch the Gen Search tool on the current page via Ctrl+Shift+Q.",
            "name": "Gen Search tool shortcut",
            "global": false
        }
    },
    "icons": {
        "16": "res\/icon16.png",
        "32": "res\/icon32.png",
        "48": "res\/icon48.png",
        "128": "res\/icon128.png"
    },
    "action": {
        "default_popup": "view\/popup.html"
    }
}