Gmail Address Marker
Gmail上で社外宛のメールアドレスに色を付けます
What is Gmail Address Marker?
Gmail Address Marker is a Chrome extension developed by Unknown, and its main feature is "Gmail上で社外宛のメールアドレスに色を付けます".
Extension Screenshots
Download Gmail Address Marker Extension CRX File
Download Gmail Address Marker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
そのメールは社外の人に送るメールですか? 間違って社内メールを社外宛に送りそうになることありますよね? そのような事故を少しでも軽減するために、予め会社メールのドメインを登録しておけば、 そのドメイン以外の宛先を赤色にして注意喚起をする拡張機能です。
Extension Basic Information
Name | Gmail Address Marker |
ID | iolieiahlenhpjopihldeldalfgbegda |
Official URL | https://chromewebstore.google.com/detail/gmail-address-marker/iolieiahlenhpjopihldeldalfgbegda |
Description | Gmail上で社外宛のメールアドレスに色を付けます |
File Size | 13.14 KB |
Installation Count | 2,172 |
Current Version | 1.0 |
Last Updated | 2016-05-10 |
Publish Date | 2016-05-09 |
Developer | Unknown |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail Address Marker", "description": "Gmail\u4e0a\u3067\u793e\u5916\u5b9b\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306b\u8272\u3092\u4ed8\u3051\u307e\u3059", "version": "1.0", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "options_page": "option.html", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "address_marker.js" ] } ] } |