OneShop: Sell on marketplaces
The official companion Chrome extension for OneShop customers.
什么是OneShop: Sell on marketplaces?
OneShop: Sell on marketplaces是由OneShop开发的Chrome扩展程序,该扩展的主要功能是“The official companion Chrome extension for OneShop customers.”。
扩展截图
下载OneShop: Sell on marketplaces扩展crx文件
下载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 |
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" } } |