Yiton代购代运助手
Yiton代购代运助手,是Yiton出品的PC端浏览器扩展。您可以在浏览商品的时候,直接添加商品到Yiton购物车;也可以在淘宝已买到宝贝页面,直接提交代收货信息到Yiton。
What is Yiton代购代运助手?
Yiton代购代运助手 is a Chrome extension developed by Yiton.net, and its main feature is "Yiton代购代运助手,是Yiton出品的PC端浏览器扩展。您可以在浏览商品的时候,直接添加商品到Yiton购物车;也可以在淘宝已买到宝贝页面,直接提交代收货信息到Yiton。".
Extension Screenshots
Download Yiton代购代运助手 Extension CRX File
Download Yiton代购代运助手 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
Yiton代购代运助手,是Yiton出品的PC端浏览器扩展。您可以在浏览商品的时候,直接添加商品到Yiton购物车;也可以在淘宝已买到宝贝页面,直接提交代收货信息到Yiton。
Extension Basic Information
Name | Yiton代购代运助手 |
ID | ehfomdfebeephcnhmhpkfbgfmmkcfknj |
Official URL | https://chromewebstore.google.com/detail/yiton%E4%BB%A3%E8%B4%AD%E4%BB%A3%E8%BF%90%E5%8A%A9%E6%89%8B/ehfomdfebeephcnhmhpkfbgfmmkcfknj |
Description | Yiton代购代运助手,是Yiton出品的PC端浏览器扩展。您可以在浏览商品的时候,直接添加商品到Yiton购物车;也可以在淘宝已买到宝贝页面,直接提交代收货信息到Yiton。 |
File Size | 418 KB |
Installation Count | 124 |
Current Version | 0.58.8 |
Last Updated | 2016-09-07 |
Publish Date | 2016-09-07 |
Rating | 4.60/5 Total 5 Ratings |
Developer | Yiton.net |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Yiton\u4ee3\u8d2d\u4ee3\u8fd0\u52a9\u624b", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Yiton\u4ee3\u8d2d\u4ee3\u8fd0\u52a9\u624b\uff0c\u662fYiton\u51fa\u54c1\u7684PC\u7aef\u6d4f\u89c8\u5668\u6269\u5c55\u3002\u60a8\u53ef\u4ee5\u5728\u6d4f\u89c8\u5546\u54c1\u7684\u65f6\u5019\uff0c\u76f4\u63a5\u6dfb\u52a0\u5546\u54c1\u5230Yiton\u8d2d\u7269\u8f66\uff1b\u4e5f\u53ef\u4ee5\u5728\u6dd8\u5b9d\u5df2\u4e70\u5230\u5b9d\u8d1d\u9875\u9762\uff0c\u76f4\u63a5\u63d0\u4ea4\u4ee3\u6536\u8d27\u4fe1\u606f\u5230Yiton\u3002", "background": { "page": "background.html" }, "version": "0.58.8", "options_page": "html\/options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/button.png", "default_title": "Yiton\u4ee3\u8d2d\u4ee3\u8fd0\u52a9\u624b - www.yiton.net" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation", "notifications" ] } |