Gmail Address Marker
Gmail上で社外宛のメールアドレスに色を付けます
Cos'è Gmail Address Marker?
Gmail Address Marker è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Gmail上で社外宛のメールアドレスに色を付けます".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gmail Address Marker
Scarica i file di estensione Gmail Address Marker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
そのメールは社外の人に送るメールですか? 間違って社内メールを社外宛に送りそうになることありますよね? そのような事故を少しでも軽減するために、予め会社メールのドメインを登録しておけば、 そのドメイン以外の宛先を赤色にして注意喚起をする拡張機能です。
Informazioni di Base sull'Estensione
Nome | Gmail Address Marker |
ID | iolieiahlenhpjopihldeldalfgbegda |
URL Ufficiale | https://chromewebstore.google.com/detail/gmail-address-marker/iolieiahlenhpjopihldeldalfgbegda |
Descrizione | Gmail上で社外宛のメールアドレスに色を付けます |
Dimensione del File | 13.14 KB |
Conteggio Installazioni | 2,172 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-05-10 |
Data di Pubblicazione | 2016-05-09 |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |