Helper for GitHub notifications in Gmail
Add links to GitHub threads and shortcuts to your Gmail interface.
O que é Helper for GitHub notifications in Gmail?
Helper for GitHub notifications in Gmail é uma extensão do Chrome desenvolvida por https://muan.co, e sua principal característica é "Add links to GitHub threads and shortcuts to your Gmail interface.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Helper for GitHub notifications in Gmail
Baixe arquivos de extensão Helper for GitHub notifications in Gmail no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Helper for GitHub notifications in Gmail |
ID | gmhijkhbpihfmkmhmcfebmlkaekgmaje |
URL Oficial | https://chromewebstore.google.com/detail/helper-for-github-notific/gmhijkhbpihfmkmhmcfebmlkaekgmaje |
Descrição | Add links to GitHub threads and shortcuts to your Gmail interface. |
Tamanho do Arquivo | 19.64 KB |
Contagem de Instalações | 432 |
Versão Atual | 0.8.3 |
Última Atualização | 2021-06-01 |
Data de Publicação | 2018-05-11 |
Classificação | 5.00/5 Total de 7 Avaliações |
Desenvolvedor | https://muan.co |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/muan/github-gmail |
URL da Página de Ajuda | https://github.com/muan/github-gmail/issues |
Idiomas Suportados | 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" ] } ] } |