Cadence Support
Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.
Cos'è Cadence Support?
Cadence Support è un'estensione di Chrome sviluppata da Cadence Support, e la sua funzione principale è "Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cadence Support
Scarica i file di estensione Cadence Support 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
It can be used to quickly launch Cadence Learning and Support Portal search.
Informazioni di Base sull'Estensione
Nome | Cadence Support |
ID | hnogfcebnhgaegmomkanmgmhlgiggoak |
URL Ufficiale | https://chromewebstore.google.com/detail/cadence-support/hnogfcebnhgaegmomkanmgmhlgiggoak |
Descrizione | Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab. |
Dimensione del File | 26.07 KB |
Conteggio Installazioni | 3,854 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-04-07 |
Data di Pubblicazione | 2022-04-07 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Cadence Support |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cadence Support", "description": "Type 'cs' plus a search term into the Omnibox to open Cadence Learning and Support portal search in new tab.", "version": "1.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "omnibox": { "keyword": "cs" }, "action": { "default_icon": { "16": "newtab_search16.png", "32": "newtab_search32.png" } }, "icons": { "16": "newtab_search16.png", "32": "newtab_search32.png", "48": "newtab_search48.png", "128": "newtab_search128.png" } } |