CNstorm购物助手
【CNstorm出品】在您网购淘宝/天猫商品时,通过此购物助手一键添加商品到CNstorm代购购物车,或提交转运寄送全球! 网购更省力,省心
What is CNstorm购物助手?
CNstorm购物助手 is a Chrome extension developed by CNstorm, and its main feature is "【CNstorm出品】在您网购淘宝/天猫商品时,通过此购物助手一键添加商品到CNstorm代购购物车,或提交转运寄送全球! 网购更省力,省心".
Download CNstorm购物助手 Extension CRX File
Download CNstorm购物助手 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
在您网购淘宝/天猫商品时,通过此购物助手一键添加商品到CNstorm代购购物车,或提交转运寄送全球! 网购更省力,省心
Extension Basic Information
Name | |
ID | ljbhnmmhgmoockccbjoibnfnelnkoneg |
Official URL | https://chrome.google.com/webstore/detail/cnstorm%E8%B4%AD%E7%89%A9%E5%8A%A9%E6%89%8B/ljbhnmmhgmoockccbjoibnfnelnkoneg |
Description | 【CNstorm出品】在您网购淘宝/天猫商品时,通过此购物助手一键添加商品到CNstorm代购购物车,或提交转运寄送全球! 网购更省力,省心 |
File Size | 100 KB |
Installation Count | 58 |
Current Version | 3.1 |
Last Updated | 2018-03-09 |
Publish Date | 2018-03-09 |
Rating | 3.00/5 Total 2 Ratings |
Developer | CNstorm |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "browser_action": { "default_icon": "images\/icon.png", "default_title": "CNstorm\u8d2d\u7269\u52a9\u624b", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "css\/cnstorm.css", "css\/cnstorm_box.css" ], "js": [ "js\/jquery.min.js", "js\/cnstorm_tmall.js", "js\/cnstorm_content_scripts.js" ], "matches": [ "*:\/\/*.taobao.com\/*", "*:\/\/*.tmall.com\/*" ], "all_frames": true, "run_at": "document_end" } ], "content_security_policy": "script-src 'self'; object-src 'self'", "description": "\u3010CNstorm\u51fa\u54c1\u3011\u5728\u60a8\u7f51\u8d2d\u6dd8\u5b9d\/\u5929\u732b\u5546\u54c1\u65f6,\u901a\u8fc7\u6b64\u8d2d\u7269\u52a9\u624b\u4e00\u952e\u6dfb\u52a0\u5546\u54c1\u5230CNstorm\u4ee3\u8d2d\u8d2d\u7269\u8f66,\u6216\u63d0\u4ea4\u8f6c\u8fd0\u5bc4\u9001\u5168\u7403! \u7f51\u8d2d\u66f4\u7701\u529b,\u7701\u5fc3", "icons": { "16": "images\/icon-16.png", "48": "images\/icon-32.png", "128": "images\/icon-128.png" }, "manifest_version": 2, "minimum_chrome_version": "18", "name": "CNstorm\u8d2d\u7269\u52a9\u624b", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.1", "web_accessible_resources": [ "js\/*.js", "images\/*.png", "images\/loading.gif" ] } |