Zoho Mail Bookmarks
Add as Bookmark in Zoho Mail
Wat is Zoho Mail Bookmarks?
Zoho Mail Bookmarks is een Chrome-extensie ontwikkeld door https://zoho.com, en de belangrijkste functie is "Add as Bookmark in Zoho Mail".
Extensie Screenshots
Download het CRX-bestand van de extensie Zoho Mail Bookmarks
Download Zoho Mail Bookmarks-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
Zoho Mail Bookmarks is integrated with your Inbox and can be accessed from anywhere. With this plugin, you can easily save any URL/ link to your Zoho Mail Bookmarks for your personal reference or to share with your team.
Basisinformatie over de Extensie
Naam | Zoho Mail Bookmarks |
ID | nmejbbhnolhkmecdmippejfondppbgen |
Officiële URL | https://chromewebstore.google.com/detail/zoho-mail-bookmarks/nmejbbhnolhkmecdmippejfondppbgen |
Beschrijving | Add as Bookmark in Zoho Mail |
Bestandsgrootte | 359 KB |
Aantal Installaties | 24,178 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2020-03-28 |
Publicatiedatum | 2020-03-24 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://zoho.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.zoho.com/mail/ |
Help Pagina-URL | https://www.zoho.com/mail/help/ |
URL van de Privacybeleid Pagina | https://www.zoho.com/privacy.html |
Ondersteunde Talen | de,en,fr,nl,vi,tr,da,es,hr,it,lt,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,kn-IN,th,ar,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "author": "Zoho Mail Client", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_extensionDescription__", "incognito": "split", "default_locale": "en", "permissions": [ "tabs", "activeTab", "cookies", "contextMenus", "https:\/\/*.zoho.com\/*", "https:\/\/*.zoho.eu\/*", "https:\/\/*.zoho.in\/*", "https:\/\/*.zoho.com.au\/*", "storage", "webNavigation" ], "web_accessible_resources": [ "images\/*", "fonts\/*", "css\/*", "html\/*", "js\/*" ], "background": { "scripts": [ "js\/browser-polyfill.min.js", "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+Z", "mac": "Command+Shift+Z", "chromeos": "Ctrl+Shift+Z", "linux": "Ctrl+Shift+Z" } } } } |