Mail Boss Scheduler for Gmail
Recurring email scheduler for Gmail
Mail Boss Scheduler for Gmailとは何ですか?
Mail Boss Scheduler for Gmailはhttps://mailboss.orgによって開発されたChromeの拡張機能で、その主な機能は「Recurring email scheduler for Gmail」です。
拡張機能のスクリーンショット
Mail Boss Scheduler for Gmail拡張機能のCRXファイルをダウンロード
Mail Boss Scheduler for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Mail Boss Scheduler is a Chrome extension companion to the MailBoss.org email scheduling service. It adds a "Schedule repeating" option next to the existing "Schedule send" option in Gmail's compose message window (click the down arrow on the "Send" button). The "Schedule repeating" option allows you to schedule recurring emails with just a few clicks. After installing this extension, you'll be taken to the Mail Boss web site in order to sign up for the service. It's free!
拡張機能の基本情報
名前 | Mail Boss Scheduler for Gmail |
ID | amkkoimhfpljblhfjnkdidlfehhdfnli |
公式URL | https://chromewebstore.google.com/detail/mail-boss-scheduler-for-g/amkkoimhfpljblhfjnkdidlfehhdfnli |
説明 | Recurring email scheduler for Gmail |
ファイルサイズ | 354 KB |
インストール数 | 1,647 |
現在のバージョン | 1.12.0 |
最終更新日 | 2022-08-15 |
公開日 | 2020-07-04 |
評価 | 4.00/5 合計 6 レビュー |
開発者 | https://mailboss.org |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.mailboss.org |
ヘルプページのURL | https://groups.google.com/forum/#!forum/mailboss |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mail Boss Scheduler for Gmail", "short_name": "Mail Boss", "version": "1.12.0", "description": "Recurring email scheduler for Gmail", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/mail.google.com\/*" ], "action": { "default_popup": "options.html" }, "content_scripts": [ { "js": [ "index.js" ], "matches": [ "https:\/\/mail.google.com\/*" ], "all_frames": true } ], "icons": { "16": "images\/mailboss-icon-blue.png", "128": "images\/mailboss-icon-blue.png" } } |