Mailbrew Read Later
Save links from around the web to read later in your brews.
Wat is Mailbrew Read Later?
Mailbrew Read Later is een Chrome-extensie ontwikkeld door https://mailbrew.com, en de belangrijkste functie is "Save links from around the web to read later in your brews.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mailbrew Read Later
Download Mailbrew Read Later-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
With this extension you can save links from around the web to Mailbrew. You will find these links in your email digest and in the Later page. You can learn more at mailbrew.com
Basisinformatie over de Extensie
Naam | Mailbrew Read Later |
ID | fgcpnflfkoclnkgkkimfpbehjopdfdem |
Officiële URL | https://chromewebstore.google.com/detail/mailbrew-read-later/fgcpnflfkoclnkgkkimfpbehjopdfdem |
Beschrijving | Save links from around the web to read later in your brews. |
Bestandsgrootte | 19.66 KB |
Aantal Installaties | 1,004 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-02-25 |
Publicatiedatum | 2020-09-13 |
Beoordeling | 4.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://mailbrew.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://mailbrew.com/ |
Help Pagina-URL | https://mailbrew.com/ |
URL van de Privacybeleid Pagina | https://mailbrew.com/app-privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mailbrew Read Later", "version": "1.2", "description": "Save links from around the web to read later in your brews.", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "browser_action": [], "icons": { "16": "images\/chrome-icon16.png", "32": "images\/chrome-icon32.png", "48": "images\/chrome-icon48.png", "128": "images\/chrome-icon128.png" }, "manifest_version": 2 } |