易店长
帮助卖家快速获取商品信息数据。
What is 易店长?
易店长 is a Chrome extension developed by liangxp.mail, 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
一个非常好的Qoo10(趣天)助手工具,帮助卖家高效运营店铺。 1、一键采集,快速铺货,支持淘宝、阿里巴巴、乐天、速卖通等多个平台; 2、物流助手,为您提供低价、高效的海外物流货代服务; 3、订单管理,关联ERP订单高效管理订单、采购、物流形成闭环
Extension Basic Information
Name | 易店长 |
ID | jimepmfgbibbdkbhjkhbcbdlpkpifjem |
Official URL | https://chromewebstore.google.com/detail/%E6%98%93%E5%BA%97%E9%95%BF/jimepmfgbibbdkbhjkhbcbdlpkpifjem |
Description | 帮助卖家快速获取商品信息数据。 |
File Size | 473 KB |
Installation Count | 71 |
Current Version | 1.4 |
Last Updated | 2021-04-08 |
Publish Date | 2020-08-17 |
Developer | liangxp.mail |
[email protected] | |
Payment Type | free |
Extension Website | http://www.elstgl.com |
Help Page URL | http://www.elstgl.com |
Privacy Policy Page URL | http://www.elstgl.com/%E6%98%93%E8%81%94%E9%80%9F%E9%80%9A%E3%80%8A%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96%E3%80%8B.html |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u6613\u5e97\u957f", "description": "\u5e2e\u52a9\u5356\u5bb6\u5feb\u901f\u83b7\u53d6\u5546\u54c1\u4fe1\u606f\u6570\u636e\u3002", "version": "1.4", "permissions": [ "tabs", "storage", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.amazon.co.jp\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/*.yahoo.co.jp\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/yangkeduo.com\/*", "https:\/\/*.yangkeduo.com\/*", "http:\/\/yangkeduo.com\/*", "http:\/\/*.yangkeduo.com\/*", "https:\/\/*.rakuten.co.jp\/*", "https:\/\/*.vvic.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/*.xiapibuy.com\/*", "http:\/\/localhost\/*", "http:\/\/*.elstgl.com\/*", "https:\/\/*.google.cn\/*", "https:\/\/*.baidu.com\/*", "https:\/\/*.alicdn.com\/*" ], "content_security_policy": "style-src 'self' 'unsafe-inline';script-src 'self' 'unsafe-eval' https:\/\/descnew.taobao.com; object-src 'self' ;", "background": { "scripts": [ "js\/jquery.js", "background.js" ], "persistent": true }, "browser_action": { "default_icon": "images\/icon.png", "default_title": "\u6613\u5e97\u957fChrome\u63d2\u4ef6" }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "externally_connectable": { "matches": [ "*:\/\/*.elstgl.com\/*", "*:\/\/*.qoo10erp.com\/*", "*:\/\/localhost\/*" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "https:\/\/*.amazon.co.jp\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/www.amazon.co.jp\/*", "https:\/\/*.yahoo.co.jp\/*", "https:\/\/*.1688.com\/*", "http:\/\/*.1688.com\/*", "https:\/\/yangkeduo.com\/*", "https:\/\/*.yangkeduo.com\/*", "http:\/\/yangkeduo.com\/*", "http:\/\/*.yangkeduo.com\/*", "https:\/\/*.rakuten.co.jp\/*", "https:\/\/*.vvic.com\/*", "https:\/\/*.aliexpress.com\/*", "https:\/\/*.xiapibuy.com\/*", "http:\/\/localhost\/*" ], "js": [ "js\/jquery.js", "js\/vue.js", "js\/moment.min.js", "js\/element-ui.js", "js\/uikit.min.js", "js\/uikit-icons.min.js", "js\/content.js" ], "css": [ "css\/element-ui.css", "css\/uikit.min.css", "css\/toolbar.css" ], "run_at": "document_end", "all_frames": true }, { "js": [ "js\/linkOrder.js" ], "matches": [ "https:\/\/*.1688.com\/order\/new_step_order_detail.htm*", "https:\/\/*.taobao.com\/trade\/detail\/trade_order_detail.htm*", "https:\/\/*.tmall.com\/detail\/orderDetail.htm*" ] }, { "matches": [ "https:\/\/work.1688.com\/home\/buyer.htm*" ], "js": [ "js\/jquery.js", "js\/uikit.min.js", "js\/uikit-icons.min.js", "js\/initTransOrder.js" ], "css": [ "css\/uikit.min.css" ], "run_at": "document_end", "all_frames": true } ], "homepage_url": "http:\/\/erp.elstgl.com", "options_ui": { "page": "options.html", "chrome_style": true }, "web_accessible_resources": [ "css\/fonts\/element-icons.ttf", "css\/fonts\/element-icons.woff" ] } |