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擴充功能。
擴展使用說明
                                             擴展基本資訊
| 名稱 |   |  
| ID | hejcfkngjnkldnopakhhkmngdkcigogm | 
| 官方網址 | 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"
    ]
}  |  |