大鱼选品

生意参谋搜索竞争分析工具,「一键转化」功能可直接查询关键词分析中11个数据指标,例如「搜索量/在线商品数占比」

What is 大鱼选品?

大鱼选品 is a Chrome extension developed by 9yearfish, and its main feature is "生意参谋搜索竞争分析工具,「一键转化」功能可直接查询关键词分析中11个数据指标,例如「搜索量/在线商品数占比」".

Extension Screenshots

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

                        生意参谋搜索竞争分析工具,「一键转化」功能可直接查询关键词分析中11个数据指标,例如「搜索量/在线商品数占比」                    

Extension Basic Information

Name 大鱼选品 大鱼选品
ID ohbjpcnngfgalmlcchkmobaeomhknpbn
Official URL https://chromewebstore.google.com/detail/%E5%A4%A7%E9%B1%BC%E9%80%89%E5%93%81/ohbjpcnngfgalmlcchkmobaeomhknpbn
Description 生意参谋搜索竞争分析工具,「一键转化」功能可直接查询关键词分析中11个数据指标,例如「搜索量/在线商品数占比」
File Size 403 KB
Installation Count 94
Current Version 1.1.6
Last Updated 2019-09-16
Publish Date 2019-09-16
Developer 9yearfish
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_pluginName__",
    "version": "1.1.6",
    "author": "Aoxiang",
    "description": "__MSG_description__",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "page": "background.html",
        "js": [
            "js\/jquery.min-3.4.1.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_pluginName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min-3.4.1.js",
                "js\/content-script.js",
                "js\/inject.js",
                "js\/aes.js",
                "js\/clipboard.js",
                "js\/bootstrap.js",
                "js\/datatables.min.js"
            ],
            "matches": [
                "https:\/\/sycm.taobao.com\/*"
            ],
            "css": [
                "css\/custom.css",
                "css\/bootstrap.min.css",
                "css\/jquery.dataTables.min.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "https:\/\/sycm.taobao.com\/*"
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ],
    "homepage_url": "https:\/\/aoxiang.me",
    "default_locale": "zh_CN"
}