eData Search
Allows the user to search companies in eData.biz.
ما هو eData Search؟
eData Search هو إضافة Chrome تم تطويرها بواسطة eData، والميزة الرئيسية لها هي "Allows the user to search companies in eData.biz.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة eData Search
قم بتنزيل ملفات الامتداد eData Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | |
ID | ffdabnbhabodigjmnnehnnceifgkogao |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/edata-search/ffdabnbhabodigjmnnehnnceifgkogao |
الوصف | Allows the user to search companies in eData.biz. |
حجم الملف | 103 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 1.2 |
آخر تحديث | 2017-12-12 |
تاريخ النشر | 2017-12-12 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | eData |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://edata.biz |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "eData Search", "description": "Allows the user to search companies in eData.biz.", "version": "1.2", "browser_action": { "default_icon": "\/app\/images\/edata-icon-48.png", "default_popup": "\/app\/template\/panel.html", "default_title": "eData Search" }, "icons": { "16": "\/app\/images\/edata-icon-16.png", "32": "\/app\/images\/edata-icon-32.png", "48": "\/app\/images\/edata-icon-48.png" }, "background": { "scripts": [ "\/app\/js\/content_script.js", "\/app\/js\/jquery-3.2.1.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*.edata.biz\/*" ], "js": [ "\/app\/js\/edata_script.js" ] } ], "permissions": [ "activeTab", "storage", "contextMenus", "https:\/\/*.edata.biz\/*" ], "homepage_url": "https:\/\/edata.biz" } |