淘宝手机无线详情页
无线详情页制作一键生成
What is 淘宝手机无线详情页?
淘宝手机无线详情页 is a Chrome extension developed by https://wapsdk.da-mai.com, 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 | jldjgokbamlpfpmfleadjogpfjindcha |
Official URL | https://chromewebstore.google.com/detail/%E6%B7%98%E5%AE%9D%E6%89%8B%E6%9C%BA%E6%97%A0%E7%BA%BF%E8%AF%A6%E6%83%85%E9%A1%B5/jldjgokbamlpfpmfleadjogpfjindcha |
Description | 无线详情页制作一键生成 |
File Size | 13.3 KB |
Installation Count | 13 |
Current Version | 2.2 |
Last Updated | 2014-11-20 |
Publish Date | 2014-11-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://wapsdk.da-mai.com |
Payment Type | free |
Extension Website | http://wapsdk.da-mai.com/ |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u6dd8\u5b9d\u624b\u673a\u65e0\u7ebf\u8be6\u60c5\u9875", "description": "\u65e0\u7ebf\u8be6\u60c5\u9875\u5236\u4f5c\u4e00\u952e\u751f\u6210", "version": "2.2", "permissions": [ "http:\/\/upload.taobao.com\/", "http:\/\/upload.tmall.com\/", "http:\/\/mai.taobao.com\/seller_admin.htm", "https:\/\/login.taobao.com\/", "http:\/\/i.taobao.com\/", "tabs", "webNavigation" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/localhost\/wapsdk3.0.4\/*", "http:\/\/localhost\/wapsdk\/*", "http:\/\/192.168.2.223\/*", "http:\/\/wapsdk.da-mai.com\/*", "http:\/\/test.da-mai.com\/*" ], "js": [ "contentscript.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/login.taobao.com\/member\/login.jhtml?redirectURL=http%3A%2F%2Fmai.taobao.com%2Fseller_admin.htm%3Fnick%3D*" ], "js": [ "taobaologin.js" ], "run_at": "document_end" }, { "matches": [ "http:\/\/mai.taobao.com\/welcome.htm", "http:\/\/mai.taobao.com\/seller_admin.htm*" ], "js": [ "get_login_nick.js" ], "run_at": "document_start", "all_frames": true } ] } |