生意参谋助手

生意参谋助手

What is 生意参谋助手?

生意参谋助手 is a Chrome extension developed by https://www.jjhuang.cn, and its main feature is "生意参谋助手".

Extension Screenshots

screenshot
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

                        生意参谋助手,是提高电商(淘宝)选品效率的工具,
配合 生意参谋 ,能够提高10倍甚至100倍以上的选词效率。
主要功能:
1. 条件筛选,符合条件的词将被标注高亮的背景颜色,一目了然;
2. 找到目标词,选中一键跳转到淘宝,快速查看产品竞争程度。                    

Extension Basic Information

Name 生意参谋助手 生意参谋助手
ID oebepigfdncjoknllomcnbhkhnomamkf
Official URL https://chromewebstore.google.com/detail/%E7%94%9F%E6%84%8F%E5%8F%82%E8%B0%8B%E5%8A%A9%E6%89%8B/oebepigfdncjoknllomcnbhkhnomamkf
Description 生意参谋助手
File Size 151 KB
Installation Count 341
Current Version 1.5.0
Last Updated 2021-07-18
Publish Date 2020-07-06
Rating 1.00/5 Total 1 Ratings
Developer https://www.jjhuang.cn
Email [email protected]
Payment Type free
Extension Website http://www.jjhuang.cn
Help Page URL http://www.jjhuang.cn
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u751f\u610f\u53c2\u8c0b\u52a9\u624b",
    "version": "1.5.0",
    "description": "\u751f\u610f\u53c2\u8c0b\u52a9\u624b",
    "icons": {
        "16": "static\/img\/icon.png",
        "48": "static\/img\/icon.png",
        "128": "static\/img\/icon.png"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "static\/img\/icon.png",
        "default_title": "\u751f\u610f\u53c2\u8c0b\u52a9\u624b",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sycm.taobao.com\/*"
            ],
            "js": [
                "static\/js\/jquery-1.8.3.min.js",
                "static\/js\/content-script.js",
                "static\/js\/moment.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "https:\/\/sycm.taobao.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "devtools_page": "devtools.html"
}