WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Poshmark X-ray

Poshmark X-ray

View on Chrome Web Store
View Poshmark X-ray Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Get quick access to seller stats on Poshmark with PoshmarkXray, a convenient Chrome extension that puts valuable Poshmark…
Type
Extension
Users
9 users
1
lihster.developer
View author page of lihster.developer
Published
Published on June 26, 2024
Version 0.1.0
Manifest version
3
Updated
Updated on June 26, 2024
lifestyle/shopping
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Poshmark X-ray Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Poshmark X-ray",
    "version": "0.1.0",
    "action": {
        "default_title": "Show the popup",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/poshmark_stats_logo-16.png",
        "32": "images\/poshmark_stats_logo-32.png",
        "48": "images\/poshmark_stats_logo-48.png",
        "128": "images\/poshmark_stats_logo-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject_script.js"
            ],
            "matches": [
                "*:\/\/*.poshmark.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.poshmark.com\/*"
            ],
            "js": [
                "compiled\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "compiled\/background.js"
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*.poshmark.com\/",
        "https:\/\/api.lemonsqueezy.com\/v1\/*"
    ],
    "manifest_version": 3
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top