Gen Search
This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center
Cos'è Gen Search?
Gen Search è un'estensione di Chrome sviluppata da will.apple.genesys, e la sua funzione principale è "This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gen Search
Scarica i file di estensione Gen Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension enables users to search the various sites Genesys Customer Care uses on a daily basis from any browser window or tab. Informazioni di Base sull'Estensione
| Nome | |
| ID | kjgkkcplhepmmflcgnmpfaocfnnlljbb |
| URL Ufficiale | https://chromewebstore.google.com/detail/gen-search/kjgkkcplhepmmflcgnmpfaocfnnlljbb |
| Descrizione | This extension allows you to quickly search AppFoundry, Developer Forums, Jira, Product Ideas Lab, and Resource Center |
| Dimensione del File | 189 KB |
| Conteggio Installazioni | 140 |
| Versione Corrente | 1.5.0.0 |
| Ultimo Aggiornamento | 2024-01-09 |
| Data di Pubblicazione | 2022-05-26 |
| Sviluppatore | will.apple.genesys |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |