shoptop 商品采集小助手
该扩展程序由Shoptop技术团队研发,为Shoptop商户提供商品采集服务,支持商户多平台采集商品,采集后可同步到多个店铺。
shoptop 商品采集小助手 क्या है?
shoptop 商品采集小助手 https://shoptop.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "该扩展程序由Shoptop技术团队研发,为Shoptop商户提供商品采集服务,支持商户多平台采集商品,采集后可同步到多个店铺。"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में shoptop 商品采集小助手 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
该扩展程序由Shoptop技术团队研发,为Shoptop商户提供商品采集服务,支持商户多平台采集商品,采集后可同步到多个店铺。 Developed by the Shoptop technical team,it provides product collecting services for Shoptop merchants, multi-platform product collecting is supported, and these products can be synchronized to multiple stores.
एक्सटेंशन की मूल जानकारी
नाम | shoptop 商品采集小助手 |
ID | boackdcbnlebceiednajafkhlkpcdden |
आधिकारिक URL | https://chromewebstore.google.com/detail/shoptop-%E5%95%86%E5%93%81%E9%87%87%E9%9B%86%E5%B0%8F%E5%8A%A9%E6%89%8B/boackdcbnlebceiednajafkhlkpcdden |
विवरण | 该扩展程序由Shoptop技术团队研发,为Shoptop商户提供商品采集服务,支持商户多平台采集商品,采集后可同步到多个店铺。 |
फ़ाइल का आकार | 109 KB |
स्थापना संख्या | 33 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2022-12-01 |
प्रकाशन तिथि | 2022-06-08 |
डेवलपर | https://shoptop.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.shoptop.com/ |
सहायता पृष्ठ URL | https://www.shoptop.com/ |
समर्थित भाषाएँ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "shoptop \u5546\u54c1\u91c7\u96c6\u5c0f\u52a9\u624b", "manifest_version": 3, "version": "1.0.7", "description": "\u8be5\u6269\u5c55\u7a0b\u5e8f\u7531Shoptop\u6280\u672f\u56e2\u961f\u7814\u53d1\uff0c\u4e3aShoptop\u5546\u6237\u63d0\u4f9b\u5546\u54c1\u91c7\u96c6\u670d\u52a1\uff0c\u652f\u6301\u5546\u6237\u591a\u5e73\u53f0\u91c7\u96c6\u5546\u54c1\uff0c\u91c7\u96c6\u540e\u53ef\u540c\u6b65\u5230\u591a\u4e2a\u5e97\u94fa\u3002", "icons": { "128": "img\/favicon.png", "48": "img\/favicon.png", "16": "img\/favicon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.aliexpress.com\/*", "https:\/\/*.aliexpress.com\/*", "http:\/\/*.aliexpress.ru\/*", "https:\/\/*.aliexpress.ru\/*", "http:\/\/*.aliexpress.us\/*", "https:\/\/*.aliexpress.us\/*", "https:\/\/*.amazon.co.uk\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.fr\/*", "https:\/\/*.amazon.es\/*", "https:\/\/*.amazon.it\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.sg\/*", "https:\/\/*.amazon.ae\/*", "https:\/\/*.amazon.nl\/*", "https:\/\/*.amazon.com.mx\/*", "https:\/\/*.amazon.com.au\/*", "https:\/\/*.amazon.com.br\/*", "https:\/\/*.amazon.com.tr\/*", "https:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.cn\/*", "https:\/\/*.amazon.sa\/*", "https:\/\/*.amazon.se\/*", "https:\/\/*.1688.com\/*", "https:\/\/*.alibaba.com\/*" ], "css": [ "css\/content-styles.css", "css\/collect-pop.css", "css\/componts.css", "iconfont\/iconfont.css" ], "js": [ "js\/jquery.js", "js\/tools.js", "js\/link-rule.js", "js\/content-script.js", "js\/content-ajax.js" ] } ], "background": { "service_worker": "service-worker.js" }, "permissions": [ "storage" ], "action": { "default_title": "shoptop \u5546\u54c1\u91c7\u96c6\u5c0f\u52a9\u624b", "default_popup": "popup.html" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |