17网一键上传拼多多

17网一键上传插件

What is 17网一键上传拼多多?

17网一键上传拼多多 is a Chrome extension developed by amoeba.td, and its main feature is "17网一键上传插件".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 17网一键上传拼多多 Extension CRX File

Download 17网一键上传拼多多 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

                        17网一键上传拼多多是17网全新开发的功能,支持一键将17网的商品信息和图片自动同步到拼多多官方网站,帮助用户更快速、便捷地发布商品。操作简单,大大节约了用户发布商品的时间。                    

Extension Basic Information

Name 17网一键上传拼多多 17网一键上传拼多多
ID njjljeecccbgndicdcghpfdndkehljpp
Official URL https://chrome.google.com/webstore/detail/17%E7%BD%91%E4%B8%80%E9%94%AE%E4%B8%8A%E4%BC%A0%E6%8B%BC%E5%A4%9A%E5%A4%9A/njjljeecccbgndicdcghpfdndkehljpp
Description 17网一键上传插件
File Size 119 KB
Installation Count 88
Current Version 2.0.0
Last Updated 2018-01-14
Publish Date 2018-01-14
Rating 4.00/5 Total 1 Ratings
Developer amoeba.td
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.0",
    "name": "17\u7f51\u4e00\u952e\u4e0a\u4f20\u62fc\u591a\u591a",
    "manifest_version": 2,
    "description": "17\u7f51\u4e00\u952e\u4e0a\u4f20\u63d2\u4ef6",
    "browser_action": {
        "default_title": "\u4e00\u952e\u4e0a\u4f20\u62fc\u591a\u591a",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "js\/pdd.bundle.js"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "http:\/\/mms.pinduoduo.com\/*",
        "https:\/\/mms.pinduoduo.com\/*",
        "http:\/\/*.17zwd.com\/item*",
        "https:\/\/*.17zwd.com\/item*",
        "http:\/\/*.alicdn.com\/*",
        "https:\/\/*.alicdn.com\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; connect-src *; style-src * 'unsafe-inline'; img-src * data:;"
}