Dropskip
Get discounts on products.
Dropskip क्या है?
Dropskip Keyring Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get discounts on products."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dropskip एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
गोपनीयता नीति पृष्ठ URL | 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" ] } |