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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } } |