Dropskip
Get discounts on products.
ما هو Dropskip؟
Dropskip هو إضافة Chrome تم تطويرها بواسطة Keyring Inc.، والميزة الرئيسية لها هي "Get discounts on products.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Dropskip
قم بتنزيل ملفات الامتداد Dropskip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
😟 ⚠️ Before you shop this season, stop to read this. Did you know that the majority of Amazon Sellers post products from one site (usually aliexpress.com) and sell them to you on Amazon at a markup? This is called dropshipping, and it sucks because you could essentially get the same product for less if you only knew where the Seller got it. 🛍 Dropskip finds similar or matching products you're already shopping for at-cost, saving you up to 80% off Amazon prices Yes, really. Install our free Chrome Extension now.
معلومات أساسية عن التمديد
الاسم | |
ID | ljbabmogpanmbgbkoclkdahfnchccalm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/dropskip/ljbabmogpanmbgbkoclkdahfnchccalm |
الوصف | Get discounts on products. |
حجم الملف | 739 KB |
عدد التثبيتات | 92 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2020-11-26 |
تاريخ النشر | 2020-11-24 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Keyring Inc. |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://keyring.webflow.io/terms |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dropskip", "description": "Get discounts on products.", "version": "1.0.1", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "background", "tabs" ] } |