Gen Search
This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center
什么是Gen Search?
Gen Search是由will.apple.genesys开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center”。
扩展截图
下载Gen Search扩展crx文件
下载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.                     扩展基本信息
| 名称 |   |  
| 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"
    }
}  |  |