Robin - Amazon Shopping Assistant
With Robin you discover the true price and save money while shopping on Amazon
ما هو Robin - Amazon Shopping Assistant؟
Robin - Amazon Shopping Assistant هو إضافة Chrome تم تطويرها بواسطة https://myshoppingbot.net، والميزة الرئيسية لها هي "With Robin you discover the true price and save money while shopping on Amazon".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Robin - Amazon Shopping Assistant
قم بتنزيل ملفات الامتداد Robin - Amazon Shopping Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hi there! Let’s get acquainted: I am Robin - your ultimate Amazon Shopping assistant bot!
As a Shopping Assistant I can provide you with:
1 - reasonable prices of products of your choice
2 - alternative sellers where you can buy the same products cheaper. معلومات أساسية عن التمديد
| الاسم | |
| ID | ppplohekhpahfekomkcmnmffofiaghbh |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/robin-amazon-shopping-ass/ppplohekhpahfekomkcmnmffofiaghbh |
| الوصف | With Robin you discover the true price and save money while shopping on Amazon |
| حجم الملف | 63.7 KB |
| عدد التثبيتات | 51 |
| النسخة الحالية | 1.5.1 |
| آخر تحديث | 2021-02-10 |
| تاريخ النشر | 2020-08-24 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | https://myshoppingbot.net |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://myshoppingbot.net |
| عنوان صفحة المساعدة | https://myshoppingbot.net/contact |
| عنوان صفحة سياسة الخصوصية | https://myshoppingbot.net/privacy |
| اللغات المدعومة | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"default_locale": "en",
"version": "1.5.1",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": false,
"js": [
"content_script.js"
],
"run_at": "document_idle"
}
],
"permissions": [
"management",
"webNavigation",
"storage"
]
} | |