Get Email
Get all email exists on current website and store it in local, not send to server
ما هو Get Email؟
Get Email هو إضافة Chrome تم تطويرها بواسطة phanmemviet24h، والميزة الرئيسية لها هي "Get all email exists on current website and store it in local, not send to server".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Get Email
قم بتنزيل ملفات الامتداد Get Email بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | accaalaikbngbnhikiiljfilnpphmegf |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/get-email/accaalaikbngbnhikiiljfilnpphmegf |
الوصف | Get all email exists on current website and store it in local, not send to server |
حجم الملف | 80.89 KB |
عدد التثبيتات | 1,713 |
النسخة الحالية | 1.0 |
آخر تحديث | 2015-04-08 |
تاريخ النشر | 2015-04-08 |
تقييم | 4.69/5 مجموع تقييمات 16 |
المطور | phanmemviet24h |
نوع الدفع | free |
اللغات المدعومة | en,vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |