SmartGMAIL Patch
Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
O que é SmartGMAIL Patch?
SmartGMAIL Patch é uma extensão do Chrome desenvolvida por https://www.smartthing.org, e sua principal característica é "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SmartGMAIL Patch
Baixe arquivos de extensão SmartGMAIL Patch 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
Informações Básicas da Extensão
Nome | SmartGMAIL Patch |
ID | hejcfkngjnkldnopakhhkmngdkcigogm |
URL Oficial | https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm |
Descrição | Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product. |
Tamanho do Arquivo | 3.91 KB |
Contagem de Instalações | 49 |
Versão Atual | 1.4 |
Última Atualização | 2017-03-22 |
Data de Publicação | 2017-03-22 |
Desenvolvedor | https://www.smartthing.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.smartthing.org/portfolio/smartgmail/ |
URL da Página de Ajuda | http://support.smartthing.org |
URL da Página de Política de Privacidade | https://www.smartthing.org/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SmartGMAIL Patch", "version": "1.4", "description": "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.", "content_scripts": [ { "matches": [ "http:\/\/mail.google.com\/mail\/*", "https:\/\/mail.google.com\/mail\/*" ], "js": [ "smartgmail.js" ] } ], "web_accessible_resources": [ "smartgmail-user.js" ] } |