withub-spotlight-extension
Use WitHub Search from your browser's homepage
Cos'è withub-spotlight-extension?
withub-spotlight-extension è un'estensione di Chrome sviluppata da https://getwithub.com, e la sua funzione principale è "Use WitHub Search from your browser's homepage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione withub-spotlight-extension
Scarica i file di estensione withub-spotlight-extension 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
Remember the last time you had to find that one important piece of information that you thought you had seen somewhere, but were left helplessly searching through all your apps one by one. WitHub is context rich search that finds what you need across all your company’s apps from one minimal search bar — tucked neatly into your existing workflow.
Informazioni di Base sull'Estensione
Nome | withub-spotlight-extension |
ID | cikbpecmkdjjkjbkcijfcffecfnkkhbh |
URL Ufficiale | https://chromewebstore.google.com/detail/withub-spotlight-extensio/cikbpecmkdjjkjbkcijfcffecfnkkhbh |
Descrizione | Use WitHub Search from your browser's homepage |
Dimensione del File | 110 KB |
Conteggio Installazioni | 18 |
Versione Corrente | 6.0.3 |
Ultimo Aggiornamento | 2022-11-30 |
Data di Pubblicazione | 2021-04-14 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://getwithub.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.getwithub.com |
URL della Pagina di Aiuto | https://withub-hq.notion.site/WitHub-Browser-Extension-86a5990f59804eaead13b6fa975d5c2b |
URL della Pagina della Politica sulla Privacy | https://www.privacypolicygenerator.info/live.php?token=nnoIpRMMIk7lciwpnQ44rf9LIzPXqRyq |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "withub-spotlight-extension", "version": "6.0.3", "description": "Use WitHub Search from your browser's homepage", "background": { "service_worker": "src\/pages\/background\/index.js" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "chrome_url_overrides": { "newtab": "src\/pages\/newtab\/index.html" }, "icons": { "128": "icon-128.png" }, "permissions": [ "topSites" ], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |