ClosetParty

Automating your work on Poshmark™

Что такое ClosetParty?

ClosetParty - это расширение Chrome, разработанное https://getclosetparty.com, и его основная функция - "Automating your work on Poshmark™".

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

screenshot
screenshot

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

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

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

                        How many times have you wished, futile as it is, that you could clone yourself?
Tired of spending all day on Poshmark sharing, liking and following?

What if you could automate some of your Poshmark tasks, leaving you more time to do what you do best? Enter ClosetParty.

Grow your Poshmark Closet in a few simple clicks.
ClosetParty works on your behalf to promote, get more sales, and more impressions by automatically sharing your closet, following users and liking posts according to your commands.

ClosetParty is free to install, and has a 7-day free trial. Give it a try, you won't regret it!

Terms of use
https://getclosetparty.com/terms-of-use

Privacy Policy
https://getclosetparty.com/privacy-policy                    

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

Название ClosetParty ClosetParty
ID ojmcceaceflbocbjogeglkgdhiolnabb
Официальный URL https://chromewebstore.google.com/detail/closetparty/ojmcceaceflbocbjogeglkgdhiolnabb
Описание Automating your work on Poshmark™
Размер файла 297 KB
Количество установок 16
Текущая Версия 1.0.3
Последнее Обновление 2021-02-12
Дата публикации 2020-10-25
Рейтинг 3.50/5 Всего 2 оценок
Разработчик https://getclosetparty.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://getclosetparty.com
URL страницы помощи https://getclosetparty.com/faq
URL страницы политики конфиденциальности https://getclosetparty.com/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClosetParty",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Automating your work on Poshmark\u2122",
    "icons": {
        "128": "images\/128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/128x128.png"
        },
        "default_title": "ClosetParty"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.poshmark.com\/*",
                "*:\/\/*.poshmark.ca\/*"
            ],
            "js": [
                "app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "\/images\/128x128.png"
    ]
}