DesireList

DesireList is a new way for influencers to make money by recommending their favorite brands and products.

Что такое DesireList?

DesireList - это расширение Chrome, разработанное https://desirelist.com, и его основная функция - "DesireList is a new way for influencers to make money by recommending their favorite brands and products.".

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

screenshot

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

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

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

                        DesireList is the “one stop shop” to discover, shop and share the best products from any category, as recommended by influencers, experts, tastemakers and peers. From fashion and beauty to cooking and fitness, parenting and travel and everything in between.                    

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

Название DesireList DesireList
ID cmifjccfhaadddocjkojgfhafleeafcm
Официальный URL https://chromewebstore.google.com/detail/desirelist/cmifjccfhaadddocjkojgfhafleeafcm
Описание DesireList is a new way for influencers to make money by recommending their favorite brands and products.
Размер файла 383 KB
Количество установок 10
Текущая Версия 2.3.4
Последнее Обновление 2018-10-05
Дата публикации 2018-10-05
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://desirelist.com
Тип оплаты free
Официальный сайт расширения https://desirelist.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DesireList",
    "description": "DesireList is a new way for influencers to make money by recommending their favorite brands and products.",
    "version": "2.3.4",
    "icons": {
        "48": ".\/assets\/icon.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": ".\/assets\/icon.png",
        "default_popup": ".\/index.html"
    },
    "background": {
        "scripts": [
            ".\/jquery.bundle.js",
            ".\/script.bundle.js"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsZohAkawZvwkOP4iy7WtRjH2wwiqys1jrOBpC4m9Ghnm35o1fM1yzj2uoJT23pdeRSbARpFI49xKC+8rGwTjI22c2wCJC3p+2FPJfDQk6k3P\/ET0PzS8gmm7xQ+4Qftt1R+Gp\/dL3zeqwq1BxmRXjVRldTKoLpWYWTE3D31YTkpS9tXEG9OcPLZJcbqD4LAq+0z8Tvonwa7XQG622011uqe5Z78PaBjKPBFzlUD8IFD+U0cM1iCyYnm+lCqL\/sNttcgx+SkJOlzVeH+xNyiDyXMfw72fjtCUHxdkyEqvN9nNBiUcWk3g0ZF7L5mvMG17i0GFwiuDqVunqjo+\/WOPywIDAQAB"
}