生意参谋助手

生意参谋助手

Wat is 生意参谋助手?

生意参谋助手 is een Chrome-extensie ontwikkeld door https://www.jjhuang.cn, en de belangrijkste functie is "生意参谋助手".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie 生意参谋助手

Download 生意参谋助手-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam 生意参谋助手 生意参谋助手
ID oebepigfdncjoknllomcnbhkhnomamkf
Officiële 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
Beschrijving 生意参谋助手
Bestandsgrootte 151 KB
Aantal Installaties 341
Huidige Versie 1.5.0
Laatst Bijgewerkt 2021-07-18
Publicatiedatum 2020-07-06
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://www.jjhuang.cn
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.jjhuang.cn
Help Pagina-URL http://www.jjhuang.cn
Ondersteunde Talen 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"
}