Pret Mic
Emag Pret Mic
ما هو Pret Mic؟
Pret Mic هو إضافة Chrome تم تطويرها بواسطة https://sites.google.com/site/tiborkiss1980، والميزة الرئيسية لها هي "Emag Pret Mic".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Pret Mic
قم بتنزيل ملفات الامتداد Pret Mic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension support the comparison of prices between emag and a price comparison site. The goal of the application is to support buyer in the decision of buying a good or service.
معلومات أساسية عن التمديد
الاسم | Pret Mic |
ID | aipdmncodcfpifdkbpdlonfhlbilljgk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/pret-mic/aipdmncodcfpifdkbpdlonfhlbilljgk |
الوصف | Emag Pret Mic |
حجم الملف | 26.76 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2020-12-23 |
تاريخ النشر | 2020-12-22 |
المطور | https://sites.google.com/site/tiborkiss1980 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | ro |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pret Mic", "description": "Emag Pret Mic", "version": "0.0.1", "manifest_version": 2, "icons": { "16": "icons\/dr_16.png", "48": "icons\/dr_48.png", "128": "icons\/dr_128.png" }, "background": { "scripts": [ ".\/src\/background.js" ] }, "options_page": ".\/html\/options.html", "browser_action": { "default_popup": ".\/html\/popup.html" }, "content_scripts": [ { "js": [ ".\/src\/inject.js" ], "matches": [ "https:\/\/www.emag.ro\/*" ] } ], "permissions": [ "tabs", "https:\/\/www.emag.ro\/*", "https:\/\/www.compari.ro\/*" ] } |