FastReply
Reply to emails quickly!
ما هو FastReply؟
FastReply هو إضافة Chrome تم تطويرها بواسطة nouvellecollection، والميزة الرئيسية لها هي "Reply to emails quickly!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة FastReply
قم بتنزيل ملفات الامتداد FastReply بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Reply to emails with FastReply! It's lightning-fast. This is a 5 KB browser extension that will save you countless hours of email writing.
معلومات أساسية عن التمديد
الاسم | FastReply |
ID | fliijnngfhaodenilkbcjnnfemljdgip |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/fastreply/fliijnngfhaodenilkbcjnnfemljdgip |
الوصف | Reply to emails quickly! |
حجم الملف | 5.32 KB |
عدد التثبيتات | 61 |
النسخة الحالية | 1.04 |
آخر تحديث | 2020-01-14 |
تاريخ النشر | 2020-01-14 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | nouvellecollection |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FastReply", "version": "1.04", "description": "Reply to emails quickly!", "content_scripts": [ { "js": [ "run.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "FastReply" }, "manifest_version": 2, "options_page": "options.html", "permissions": [ "*:\/\/*\/*", "storage" ] } |