Mailbrew Read Later
Save links from around the web to read later in your brews.
Mailbrew Read Later क्या है?
Mailbrew Read Later https://mailbrew.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save links from around the web to read later in your brews."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Mailbrew Read Later एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Mailbrew Read Later |
ID | fgcpnflfkoclnkgkkimfpbehjopdfdem |
आधिकारिक URL | https://chromewebstore.google.com/detail/mailbrew-read-later/fgcpnflfkoclnkgkkimfpbehjopdfdem |
विवरण | Save links from around the web to read later in your brews. |
फ़ाइल का आकार | 19.66 KB |
स्थापना संख्या | 1,004 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2022-02-25 |
प्रकाशन तिथि | 2020-09-13 |
रेटिंग | 4.43/5 कुल 7 रेटिंग्स |
डेवलपर | https://mailbrew.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://mailbrew.com/ |
सहायता पृष्ठ URL | https://mailbrew.com/ |
गोपनीयता नीति पृष्ठ URL | https://mailbrew.com/app-privacy |
समर्थित भाषाएँ | 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 } |