全网营销插件

贸牛全网营销插件是根据贸牛多年的运营和seo网站优化进行开发的一款插件。主要包含几个功能 1.自动化同步阿里巴巴数据到官网 2.智能诊断店铺 3.在线学习 4.网站后台管理 5.谷歌GA

What is 全网营销插件?

全网营销插件 is a Chrome extension developed by lishude, and its main feature is "贸牛全网营销插件是根据贸牛多年的运营和seo网站优化进行开发的一款插件。主要包含几个功能 1.自动化同步阿里巴巴数据到官网 2.智能诊断店铺 3.在线学习 4.网站后台管理 5.谷歌GA".

Extension Screenshots

screenshot
screenshot
screenshot

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

                        贸牛全网营销插件是根据贸牛多年的运营和seo网站优化进行开发的一款插件。主要包含几个功能
1.自动化同步阿里巴巴数据到官网
2.智能诊断店铺
3.在线学习
4.网站后台管理
5.谷歌GA                    

Extension Basic Information

Name 全网营销插件 全网营销插件
ID galjeaagfhlgaopohmfloocoiikjkalm
Official URL https://chromewebstore.google.com/detail/%E5%85%A8%E7%BD%91%E8%90%A5%E9%94%80%E6%8F%92%E4%BB%B6/galjeaagfhlgaopohmfloocoiikjkalm
Description 贸牛全网营销插件是根据贸牛多年的运营和seo网站优化进行开发的一款插件。主要包含几个功能 1.自动化同步阿里巴巴数据到官网 2.智能诊断店铺 3.在线学习 4.网站后台管理 5.谷歌GA
File Size 335 KB
Installation Count 342
Current Version 1.1.5
Last Updated 2021-05-11
Publish Date 2020-03-19
Developer lishude
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.5",
    "name": "\u5168\u7f51\u8425\u9500\u63d2\u4ef6",
    "permissions": [
        "cookies",
        "*:\/\/*.alibaba.com\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "dist\/background.build.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "\u5168\u7f51\u8425\u9500\u63d2\u4ef6"
    },
    "content_scripts": [
        {
            "js": [
                "dist\/content.build.js"
            ],
            "matches": [
                "*:\/\/market.maoniunet.com\/*",
                "*:\/\/121.43.112.249\/*",
                "http:\/\/192.168.1.251\/*",
                "http:\/\/localhost\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/192.168.1.251:*\/*",
            "*:\/\/*.maoniunet.com\/*"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}