获取淘宝订单信息
当淘宝用户登录“已卖出的宝贝”或“发货”,本插件自动获取订单和发货地址,或者自动批理获取。
What is 获取淘宝订单信息?
获取淘宝订单信息 is a Chrome extension developed by seemepower, and its main feature is "当淘宝用户登录“已卖出的宝贝”或“发货”,本插件自动获取订单和发货地址,或者自动批理获取。".
Extension Screenshots
Download 获取淘宝订单信息 Extension CRX File
Download 获取淘宝订单信息 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
当淘宝用户登录“已卖出的宝贝”或“发货”,本插件自动获取订单和发货地址,或者自动批理获取。
Extension Basic Information
Name | 获取淘宝订单信息 |
ID | cchdejcobhhiclnoaobhpelmhdenhlop |
Official URL | https://chromewebstore.google.com/detail/%E8%8E%B7%E5%8F%96%E6%B7%98%E5%AE%9D%E8%AE%A2%E5%8D%95%E4%BF%A1%E6%81%AF/cchdejcobhhiclnoaobhpelmhdenhlop |
Description | 当淘宝用户登录“已卖出的宝贝”或“发货”,本插件自动获取订单和发货地址,或者自动批理获取。 |
File Size | 259 KB |
Installation Count | 21 |
Current Version | 2.0 |
Last Updated | 2020-09-27 |
Publish Date | 2020-09-26 |
Developer | seemepower |
[email protected] | |
Payment Type | free |
Extension Website | http://www.weitao.cloud |
Help Page URL | https://www.weitao.cloud/help/index.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u83b7\u53d6\u6dd8\u5b9d\u8ba2\u5355\u4fe1\u606f", "manifest_version": 2, "version": "2.0", "author": "", "description": "", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": { "128": "images\/gray_128.png" }, "default_title": "\u83b7\u53d6\u6dd8\u5b9d\u8ba2\u5355\u4fe1\u606f", "default_popup": "popup.html" }, "background": { "persistent": true, "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/trade.taobao.com\/trade\/itemlist\/list_sold_items.htm*", "https:\/\/wuliu.taobao.com\/user\/order_list_new.htm*" ], "js": [ "jquery.js", "content.js" ] } ], "permissions": [ "tabs", "https:\/\/robot.mymarks.cn\/" ] } |