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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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