Gmail composer
to compose an email directly
Gmail composerとは何ですか?
Gmail composerはtolanitechnosoftによって開発されたChromeの拡張機能で、その主な機能は「to compose an email directly」です。
拡張機能のスクリーンショット
Gmail composer拡張機能のCRXファイルをダウンロード
Gmail composer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Compose email from the logged in Gmail account on Google Chrome browser in just one click. Simply click on the extension icon and it will load 'Compose Email' screen for the logged in Gmail account on your Google Chrome browser as shown in the image.
拡張機能の基本情報
名前 | |
ID | jpjdeadkghlkagcbmlgefnlehdcpifpf |
公式URL | https://chromewebstore.google.com/detail/gmail-composer/jpjdeadkghlkagcbmlgefnlehdcpifpf |
説明 | to compose an email directly |
ファイルサイズ | 19.62 KB |
インストール数 | 211 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-10-08 |
公開日 | 2020-10-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | tolanitechnosoft |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail composer", "description": "to compose an email directly ", "version": "1.0.1", "icons": { "128": "Final_128.png" }, "background": { "scripts": [ "popup.js" ] }, "browser_action": { "default_icon": "Final_128.png" }, "permissions": [ "tabs" ] } |