ClosetParty

Automating your work on Poshmark™

Co je ClosetParty?

ClosetParty je rozšíření Chrome vyvinuté https://getclosetparty.com, a jeho hlavní funkcí je „Automating your work on Poshmark™“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření ClosetParty

Stáhněte si soubory rozšíření ClosetParty ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ClosetParty ClosetParty
ID ojmcceaceflbocbjogeglkgdhiolnabb
Oficiální URL https://chromewebstore.google.com/detail/closetparty/ojmcceaceflbocbjogeglkgdhiolnabb
Popis Automating your work on Poshmark™
Velikost souboru 297 KB
Počet instalací 16
Aktuální Verze 1.0.3
Poslední Aktualizace 2021-02-12
Datum Vydání 2020-10-25
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář https://getclosetparty.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://getclosetparty.com
URL Stránky Nápovědy https://getclosetparty.com/faq
URL Stránky Zásad Ochrany Soukromí https://getclosetparty.com/privacy-policy
Podporované Jazyky 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"
    ]
}