Helper for GitHub notifications in Gmail
Add links to GitHub threads and shortcuts to your Gmail interface.
Cos'è Helper for GitHub notifications in Gmail?
Helper for GitHub notifications in Gmail è un'estensione di Chrome sviluppata da https://muan.co, e la sua funzione principale è "Add links to GitHub threads and shortcuts to your Gmail interface.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Helper for GitHub notifications in Gmail
Scarica i file di estensione Helper for GitHub notifications in Gmail 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
Open your GitHub notifications using shift + g, or a "Visit Thread on GitHub" button in mail view. Or if you have keyboard shortcut enabled in Gmail, you can a select a GitHub notification email thread, and use ctrl + return in the list view and/or anywhere (requires an organization named label) to visit the GitHub page.
Informazioni di Base sull'Estensione
Nome | Helper for GitHub notifications in Gmail |
ID | gmhijkhbpihfmkmhmcfebmlkaekgmaje |
URL Ufficiale | https://chromewebstore.google.com/detail/helper-for-github-notific/gmhijkhbpihfmkmhmcfebmlkaekgmaje |
Descrizione | Add links to GitHub threads and shortcuts to your Gmail interface. |
Dimensione del File | 19.64 KB |
Conteggio Installazioni | 432 |
Versione Corrente | 0.8.3 |
Ultimo Aggiornamento | 2021-06-01 |
Data di Pubblicazione | 2018-05-11 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | https://muan.co |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/muan/github-gmail |
URL della Pagina di Aiuto | https://github.com/muan/github-gmail/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Helper for GitHub notifications in Gmail", "short_name": "helpergithubgmail", "version": "0.8.3", "manifest_version": 2, "description": "Add links to GitHub threads and shortcuts to your Gmail interface.", "homepage_url": "http:\/\/github.com\/muan\/github-gmail", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |