Mail Boss Scheduler for Gmail
Recurring email scheduler for Gmail
Co je Mail Boss Scheduler for Gmail?
Mail Boss Scheduler for Gmail je rozšíření Chrome vyvinuté https://mailboss.org, a jeho hlavní funkcí je „Recurring email scheduler for Gmail“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mail Boss Scheduler for Gmail
Stáhněte si soubory rozšíření Mail Boss Scheduler for Gmail ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Mail Boss Scheduler for Gmail |
ID | amkkoimhfpljblhfjnkdidlfehhdfnli |
Oficiální URL | https://chromewebstore.google.com/detail/mail-boss-scheduler-for-g/amkkoimhfpljblhfjnkdidlfehhdfnli |
Popis | Recurring email scheduler for Gmail |
Velikost souboru | 354 KB |
Počet instalací | 1,647 |
Aktuální Verze | 1.12.0 |
Poslední Aktualizace | 2022-08-15 |
Datum Vydání | 2020-07-04 |
Hodnocení | 4.00/5 Celkem 6 Hodnocení |
Vývojář | https://mailboss.org |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.mailboss.org |
URL Stránky Nápovědy | https://groups.google.com/forum/#!forum/mailboss |
Podporované Jazyky | 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" } } |