SmartGMAIL Patch
Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
什么是SmartGMAIL Patch?
SmartGMAIL Patch是由https://www.smartthing.org开发的Chrome扩展程序,该扩展的主要功能是“Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.”。
扩展截图
下载SmartGMAIL Patch扩展crx文件
下载SmartGMAIL Patch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | SmartGMAIL Patch |
ID | hejcfkngjnkldnopakhhkmngdkcigogm |
官方URL | https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm |
简介 | Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product. |
文件大小 | 3.91 KB |
安装次数 | 49 |
当前版本 | 1.4 |
更新时间 | 2017-03-22 |
上架时间 | 2017-03-22 |
开发者 | https://www.smartthing.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.smartthing.org/portfolio/smartgmail/ |
帮助页面URL | http://support.smartthing.org |
隐私政策页面URL | https://www.smartthing.org/privacy-policy |
支持的语言 | 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" ] } |