生意参谋助手

生意参谋助手

生意参谋助手란 무엇입니까?

生意参谋助手은(는) https://www.jjhuang.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "生意参谋助手"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

生意参谋助手 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 生意参谋助手 生意参谋助手
ID oebepigfdncjoknllomcnbhkhnomamkf
공식 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
설명 生意参谋助手
파일 크기 151 KB
설치 횟수 341
현재 버전 1.5.0
최근 업데이트 2021-07-18
출시 날짜 2020-07-06
평점 1.00/5 총 1 개의 평점
개발자 https://www.jjhuang.cn
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.jjhuang.cn
도움말 페이지 URL http://www.jjhuang.cn
지원되는 언어 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"
}