WindDoc
WindDoc WebMail extension
What is WindDoc?
WindDoc is a Chrome extension developed by https://www.winddoc.com, and its main feature is "WindDoc WebMail extension".
Extension Screenshots
Download WindDoc Extension CRX File
Download WindDoc extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Con questa estensione di WindDoc potrai controllare le scadenze dei tuoi clienti direttamente dalla webmail. Attualmente l'estensione supporta Gmail e Aruba WebMail.
Extension Basic Information
Name | WindDoc |
ID | hojgdcimobiifknjpopfolbanahlombf |
Official URL | https://chromewebstore.google.com/detail/winddoc/hojgdcimobiifknjpopfolbanahlombf |
Description | WindDoc WebMail extension |
File Size | 1.48 MB |
Installation Count | 44 |
Current Version | 0.104 |
Last Updated | 2017-11-12 |
Publish Date | 2017-11-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.winddoc.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.winddoc.com/ |
Privacy Policy Page URL | https://www.winddoc.com/informativa-privacy |
Supported Languages | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WindDoc", "description": "WindDoc WebMail extension", "version": "0.104", "icons": { "16": "img\/icon_16.png", "64": "img\/icon_64.png", "128": "img\/icon_128.png" }, "browser_action": { "default_popup": "browser_action.html" }, "background": { "page": "background.html" }, "options_ui": { "page": "options.html", "chrome_style": false }, "web_accessible_resources": [ "fonts\/*.*", "fonts\/*.ttf", "fonts\/*.eot", "fonts\/*.svg", "fonts\/*.woff", "fonts\/*.woff2" ], "permissions": [ "https:\/\/app.winddoc.com\/*", "*:\/\/mail.google.com\/*", "*:\/\/webmailfree.aruba.it\/*", "*:\/\/webmailfreelight.aruba.it\/*", "tabs", "storage", "notifications", "webRequest", "webRequestBlocking", "management" ], "manifest_version": 2 } |