Amazon Warehouse Deals Finder
View the discounted Amazon Warehouse Deals price directly on any Amazon product page.
ما هو Amazon Warehouse Deals Finder؟
Amazon Warehouse Deals Finder هو إضافة Chrome تم تطويرها بواسطة Infinite Loop، والميزة الرئيسية لها هي "View the discounted Amazon Warehouse Deals price directly on any Amazon product page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Amazon Warehouse Deals Finder
قم بتنزيل ملفات الامتداد Amazon Warehouse Deals Finder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Visualizza istantaneamente i prezzi scontati di Amazon Warehouse Deals su qualsiasi pagina dei prodotti Amazon.it
معلومات أساسية عن التمديد
الاسم | Amazon Warehouse Deals Finder |
ID | jhfngpbbcdllkebjmllijaefmejolgpk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/amazon-warehouse-deals-fi/jhfngpbbcdllkebjmllijaefmejolgpk |
الوصف | View the discounted Amazon Warehouse Deals price directly on any Amazon product page. |
حجم الملف | 70.56 KB |
عدد التثبيتات | 759 |
النسخة الحالية | 1.1.18 |
آخر تحديث | 2021-04-13 |
تاريخ النشر | 2019-03-08 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | Infinite Loop |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.iubenda.com/privacy-policy/38422953 |
اللغات المدعومة | en,it |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "all_frames": false, "js": [ "scripts\/contentscript.js" ], "matches": [ "*:\/\/*.amazon.it\/*" ], "run_at": "document_end" } ], "default_locale": "it", "description": "View the discounted Amazon Warehouse Deals price directly on any Amazon product page.", "homepage_url": "http:\/\/fluentbits.com\/warehousespy", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "19": "images\/icon-19.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png" }, "manifest_version": 2, "name": "Amazon Warehouse Deals Finder", "page_action": { "default_icon": { "19": "images\/icon-19.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png" }, "default_title": "Amazon Warehouse Deals Finder" }, "permissions": [ "activeTab", "background", "storage", "*:\/\/*.amazon.it\/*" ], "short_name": "Warehouse", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.18", "web_accessible_resources": [ "images\/icon-24.png" ] } |