Gmail Sender Finder
Find where your emails are sent from and organize your gmail using labels with just one click.
ما هو Gmail Sender Finder؟
Gmail Sender Finder هو إضافة Chrome تم تطويرها بواسطة Can Ozturk، والميزة الرئيسية لها هي "Find where your emails are sent from and organize your gmail using labels with just one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gmail Sender Finder
قم بتنزيل ملفات الامتداد Gmail Sender Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Find where do your emails come from and easily add label into the mail.
معلومات أساسية عن التمديد
الاسم | |
ID | hdjliimmdmapicfhfefokhdkdgcljhme |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/gmail-sender-finder/hdjliimmdmapicfhfefokhdkdgcljhme |
الوصف | Find where your emails are sent from and organize your gmail using labels with just one click. |
حجم الملف | 1.16 MB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.4 |
آخر تحديث | 2016-10-28 |
تاريخ النشر | 2016-10-28 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Can Ozturk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gmail Sender Finder", "manifest_version": 2, "version": "1.4", "description": "Find where your emails are sent from and organize your gmail using labels with just one click.", "icons": { "32": "gla_32.jpg", "48": "gla_48.jpg", "128": "gla_128.png" }, "permissions": [ "identity", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "browser_action": { "default_title": "Gmail Sender Finder", "default_icon": "gla_48.jpg", "default_popup": "popup.html" }, "oauth2": { "client_id": "954045079248-t1u77bscq106bn3eftt9a421ndm3h78r.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/gmail.modify" ] } } |