Gen Search
This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center
What is Gen Search?
Gen Search is a Chrome extension developed by will.apple.genesys, and its main feature is "This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center".
Extension Screenshots
Download Gen Search Extension CRX File
Download Gen Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension enables users to search the various sites Genesys Customer Care uses on a daily basis from any browser window or tab.
Extension Basic Information
Name | Gen Search |
ID | kjgkkcplhepmmflcgnmpfaocfnnlljbb |
Official URL | https://chromewebstore.google.com/detail/gen-search/kjgkkcplhepmmflcgnmpfaocfnnlljbb |
Description | This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center |
File Size | 189 KB |
Installation Count | 140 |
Current Version | 1.5.0.0 |
Last Updated | 2024-01-09 |
Publish Date | 2022-05-26 |
Developer | will.apple.genesys |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |