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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 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
Eメール [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"
    }
}