OneShop: Sell on marketplaces

The official companion Chrome extension for OneShop customers.

What is OneShop: Sell on marketplaces?

OneShop: Sell on marketplaces is a Chrome extension developed by OneShop, and its main feature is "The official companion Chrome extension for OneShop customers.".

Extension Screenshots

screenshot

Download OneShop: Sell on marketplaces Extension CRX File

Download OneShop: Sell on marketplaces extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The OneShop extension lets you connect to your already existing OneShop account from the browser. 

We'll sync your marketplace accounts with OneShop and let you know when your account links disconnect so you can take action on the OneShop website.                    

Extension Basic Information

Name OneShop: Sell on marketplaces OneShop: Sell on marketplaces
ID pcapaniacmdmabfopeeimmpjkkjpeiok
Official URL https://chromewebstore.google.com/detail/oneshop-sell-on-marketpla/pcapaniacmdmabfopeeimmpjkkjpeiok
Description The official companion Chrome extension for OneShop customers.
File Size 18.83 KB
Installation Count 1,607
Current Version 2
Last Updated 2021-12-12
Publish Date 2021-11-18
Rating 4.00/5 Total 3 Ratings
Developer OneShop
Email [email protected]
Payment Type free
Extension Website https://www.oneshop.com
Privacy Policy Page URL https://oneshop.com/legal/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OneShop: Sell on marketplaces",
    "description": "The official companion Chrome extension for OneShop customers.",
    "version": "2",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.mercari.com\/",
        "*:\/\/*.poshmark.com\/",
        "*:\/\/*.poshmark.ca\/",
        "*:\/\/*.tradesy.com\/",
        "*:\/\/*.oneshop.com\/",
        "*:\/\/*.depop.com\/"
    ],
    "background": {
        "service_worker": "dist\/js\/background.js"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/images\/icon-16.png",
            "32": "assets\/images\/icon-32.png",
            "48": "assets\/images\/icon-48.png",
            "128": "assets\/images\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/images\/icon-16.png",
        "32": "assets\/images\/icon-32.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    }
}