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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة OneShop: Sell on marketplaces
قم بتنزيل ملفات الامتداد OneShop: Sell on marketplaces بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |