WindDoc
WindDoc WebMail extension
ما هو WindDoc؟
WindDoc هو إضافة Chrome تم تطويرها بواسطة https://www.winddoc.com، والميزة الرئيسية لها هي "WindDoc WebMail extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WindDoc
قم بتنزيل ملفات الامتداد WindDoc بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Con questa estensione di WindDoc potrai controllare le scadenze dei tuoi clienti direttamente dalla webmail. Attualmente l'estensione supporta Gmail e Aruba WebMail. معلومات أساسية عن التمديد
| الاسم | |
| ID | hojgdcimobiifknjpopfolbanahlombf |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/winddoc/hojgdcimobiifknjpopfolbanahlombf |
| الوصف | WindDoc WebMail extension |
| حجم الملف | 1.48 MB |
| عدد التثبيتات | 44 |
| النسخة الحالية | 0.104 |
| آخر تحديث | 2017-11-12 |
| تاريخ النشر | 2017-11-12 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://www.winddoc.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.winddoc.com/ |
| عنوان صفحة سياسة الخصوصية | https://www.winddoc.com/informativa-privacy |
| اللغات المدعومة | 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
} | |