Poshmark Sidekick

Poshmark Sidekick creates an easy way to view your closet and share items quickly.

Poshmark Sidekick क्या है?

Poshmark Sidekick okcoded.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Poshmark Sidekick creates an easy way to view your closet and share items quickly."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Poshmark Sidekick एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Poshmark Sidekick converts your ordinary Poshmark closet into an optimized sharing experience by making it easy to share items effortlessly to organize your closet.  Poshmark Sidekick is unique, as it creates a pleasant item sharing experience without the use of automation.  Automated bots are prohibited on the Poshmark platform, making this option applicable for all Poshers!  Share more, while following Poshmark terms of service, Subscribe Now!

*** Poshmark Sidekick does not currently work correctly when ListPerfectly plugin is enabled.  Please disable before use. ***                    

एक्सटेंशन की मूल जानकारी

नाम Poshmark Sidekick Poshmark Sidekick
ID epfnmjhflpfbhfkdmihigcpahiiikmnb
आधिकारिक URL https://chromewebstore.google.com/detail/poshmark-sidekick/epfnmjhflpfbhfkdmihigcpahiiikmnb
विवरण Poshmark Sidekick creates an easy way to view your closet and share items quickly.
फ़ाइल का आकार 351 KB
स्थापना संख्या 456
वर्तमान संस्करण 1.0.9
अंतिम अपडेट 2023-11-06
प्रकाशन तिथि 2021-01-21
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर okcoded.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.notion.so/POSHMARK-Sidekick-6e6a734f841f46f6a3c7d8ee353d202c
सहायता पृष्ठ URL https://www.notion.so/POSHMARK-Sidekick-6e6a734f841f46f6a3c7d8ee353d202c
गोपनीयता नीति पृष्ठ URL https://poshmarksidekick.notion.site/Private-Policy-d02bb464dbe24aa0b5b0daaeeef75ef9?pvs=4
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Poshmark Sidekick",
    "version": "1.0.9",
    "description": "Poshmark Sidekick creates an easy way to view your closet and share items quickly.",
    "permissions": [
        "webNavigation",
        "storage",
        "scripting",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/api.gumroad.com\/v2\/licenses\/verify",
        "https:\/\/poshmark.com\/",
        "https:\/\/poshmark.ca\/",
        "https:\/\/poshmark.com.au\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/poshmark.com\/",
            "https:\/\/www.poshmark.com\/",
            "https:\/\/poshmark.ca\/",
            "https:\/\/www.poshmark.ca\/",
            "https:\/\/poshmark.com.au\/",
            "https:\/\/www.poshmark.com.au\/"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "Poshmark.css",
                "Poshmark_followers.css",
                "Poshmark_party.css",
                "share.js",
                "background.js",
                "jquery-3.5.1.min.js",
                "fonts\/Roboto-Regular.ttf",
                "fonts\/Roboto-Bold.ttf",
                "fonts\/Roboto-Light.ttf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}