Dropskip

Get discounts on products.

Что такое Dropskip?

Dropskip - это расширение Chrome, разработанное Keyring Inc., и его основная функция - "Get discounts on products.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Dropskip

Скачайте файлы расширений Dropskip в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        😟  ⚠️  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.                    

Основная информация о расширении

Название Dropskip Dropskip
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"
    ]
}