SmartGMAIL Patch
Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.
ما هو SmartGMAIL Patch؟
SmartGMAIL Patch هو إضافة Chrome تم تطويرها بواسطة https://www.smartthing.org، والميزة الرئيسية لها هي "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SmartGMAIL Patch
قم بتنزيل ملفات الامتداد SmartGMAIL Patch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                                             معلومات أساسية عن التمديد
| الاسم |   |  
| ID | hejcfkngjnkldnopakhhkmngdkcigogm | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/smartgmail-patch/hejcfkngjnkldnopakhhkmngdkcigogm | 
| الوصف | Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product. | 
| حجم الملف | 3.91 KB | 
| عدد التثبيتات | 49 | 
| النسخة الحالية | 1.4 | 
| آخر تحديث | 2017-03-22 | 
| تاريخ النشر | 2017-03-22 | 
| المطور | https://www.smartthing.org | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | http://www.smartthing.org/portfolio/smartgmail/ | 
| عنوان صفحة المساعدة | http://support.smartthing.org | 
| عنوان صفحة سياسة الخصوصية | https://www.smartthing.org/privacy-policy | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SmartGMAIL Patch",
    "version": "1.4",
    "description": "Updates the 'Show Original' drop down to read 'Record in RE' - used in conjunction with our SmartGMAIL product.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/mail\/*",
                "https:\/\/mail.google.com\/mail\/*"
            ],
            "js": [
                "smartgmail.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "smartgmail-user.js"
    ]
}  |  |