生意参谋助手

生意参谋助手

生意参谋助手とは何ですか?

生意参谋助手はhttps://www.jjhuang.cnによって開発されたChromeの拡張機能で、その主な機能は「生意参谋助手」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

生意参谋助手拡張機能のCRXファイルをダウンロード

生意参谋助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        生意参谋助手,是提高电商(淘宝)选品效率的工具,
配合 生意参谋 ,能够提高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
Eメール [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"
}