获取淘宝订单信息
当淘宝用户登录“已卖出的宝贝”或“发货”,本插件自动获取订单和发货地址,或者自动批理获取。
Wat is 获取淘宝订单信息?
获取淘宝订单信息 is een Chrome-extensie ontwikkeld door seemepower, en de belangrijkste functie is "当淘宝用户登录“已卖出的宝贝”或“发货”,本插件自动获取订单和发货地址,或者自动批理获取。".
Extensie Screenshots
Download het CRX-bestand van de extensie 获取淘宝订单信息
Download 获取淘宝订单信息-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
当淘宝用户登录“已卖出的宝贝”或“发货”,本插件自动获取订单和发货地址,或者自动批理获取。 Basisinformatie over de Extensie
| Naam | |
| ID | cchdejcobhhiclnoaobhpelmhdenhlop |
| Officiële 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 |
| Beschrijving | 当淘宝用户登录“已卖出的宝贝”或“发货”,本插件自动获取订单和发货地址,或者自动批理获取。 |
| Bestandsgrootte | 259 KB |
| Aantal Installaties | 21 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2020-09-27 |
| Publicatiedatum | 2020-09-26 |
| Ontwikkelaar | seemepower |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.weitao.cloud |
| Help Pagina-URL | https://www.weitao.cloud/help/index.html |
| Ondersteunde Talen | 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\/"
]
} | |