jd.com order exporter
jd.com order exporter
What is jd.com order exporter?
jd.com order exporter is a Chrome extension developed by kehao.wu, and its main feature is "jd.com order exporter".
Download jd.com order exporter Extension CRX File
Download jd.com order exporter 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
京东订单批量导出插件,安装此插件可以在京东订单页通过点击“导出报告”按钮批量导出所有页的京东订单到excel文件。极大的方便了财务人员校对公司企业订单。 Icons made by Roundicons from www.flaticon.com is licensed by CC 3.0 BY
Extension Basic Information
Name | jd.com order exporter |
ID | acoifffpndloahjjdjepibpmncennnln |
Official URL | https://chromewebstore.google.com/detail/jdcom-order-exporter/acoifffpndloahjjdjepibpmncennnln |
Description | jd.com order exporter |
File Size | 192 KB |
Installation Count | 50 |
Current Version | 1.1 |
Last Updated | 2017-01-15 |
Publish Date | 2017-01-15 |
Rating | 5.00/5 Total 2 Ratings |
Developer | kehao.wu |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "jd.com order exporter", "version": "1.1", "description": "jd.com order exporter", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon128.png", "256": "images\/icon256.png", "512": "images\/icon512.png" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png" }, "default_title": "\u4eac\u4e1c\u8ba2\u5355\u6279\u91cf\u5bfc\u51fa" }, "permissions": [ "https:\/\/order.jd.com\/center\/list.action" ], "content_scripts": [ { "matches": [ "https:\/\/order.jd.com\/center\/list.action*" ], "js": [ "js\/jquery.min.js", "js\/xlsx.core.min.js", "js\/Blob.js", "js\/FileSaver.js", "js\/main.js" ] } ] } |