OneShop: Sell on marketplaces

The official companion Chrome extension for OneShop customers.

OneShop: Sell on marketplaces là gì?

OneShop: Sell on marketplaces là một tiện ích mở rộng Chrome được phát triển bởi OneShop, và tính năng chính của nó là "The official companion Chrome extension for OneShop customers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OneShop: Sell on marketplaces

Tải xuống các tệp mở rộng OneShop: Sell on marketplaces dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OneShop: Sell on marketplaces OneShop: Sell on marketplaces
ID pcapaniacmdmabfopeeimmpjkkjpeiok
URL Chính Thức https://chromewebstore.google.com/detail/oneshop-sell-on-marketpla/pcapaniacmdmabfopeeimmpjkkjpeiok
Mô tả The official companion Chrome extension for OneShop customers.
Kích Thước Tệp 18.83 KB
Số Lần Cài Đặt 1,607
Phiên Bản Hiện Tại 2
Cập Nhật Lần Cuối 2021-12-12
Ngày Phát Hành 2021-11-18
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển OneShop
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.oneshop.com
URL Trang Chính Sách Bảo Mật https://oneshop.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}