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 |
Eメール | [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" ] } |