OneShop: Sell on marketplaces

The official companion Chrome extension for OneShop customers.

OneShop: Sell on marketplacesคืออะไร?

OneShop: Sell on marketplaces เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OneShop และคุณลักษณะหลักของมันคือ "The official companion Chrome extension for OneShop customers."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OneShop: Sell on marketplaces

ดาวน์โหลดไฟล์ส่วนขยาย OneShop: Sell on marketplaces ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OneShop: Sell on marketplaces OneShop: Sell on marketplaces
ID pcapaniacmdmabfopeeimmpjkkjpeiok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/oneshop-sell-on-marketpla/pcapaniacmdmabfopeeimmpjkkjpeiok
คำอธิบาย The official companion Chrome extension for OneShop customers.
ขนาดไฟล์ 18.83 KB
จำนวนการติดตั้ง 1,607
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2021-12-12
วันที่เผยแพร่ 2021-11-18
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา OneShop
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.oneshop.com
URL หน้านโยบายความเป็นส่วนตัว https://oneshop.com/legal/privacy
ภาษาที่รองรับ 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"
    }
}