生意参谋助手
生意参谋助手
Cos'è 生意参谋助手?
生意参谋助手 è un'estensione di Chrome sviluppata da https://www.jjhuang.cn, e la sua funzione principale è "生意参谋助手".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 生意参谋助手
Scarica i file di estensione 生意参谋助手 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
生意参谋助手,是提高电商(淘宝)选品效率的工具, 配合 生意参谋 ,能够提高10倍甚至100倍以上的选词效率。 主要功能: 1. 条件筛选,符合条件的词将被标注高亮的背景颜色,一目了然; 2. 找到目标词,选中一键跳转到淘宝,快速查看产品竞争程度。
Informazioni di Base sull'Estensione
Nome | 生意参谋助手 |
ID | oebepigfdncjoknllomcnbhkhnomamkf |
URL Ufficiale | https://chromewebstore.google.com/detail/%E7%94%9F%E6%84%8F%E5%8F%82%E8%B0%8B%E5%8A%A9%E6%89%8B/oebepigfdncjoknllomcnbhkhnomamkf |
Descrizione | 生意参谋助手 |
Dimensione del File | 151 KB |
Conteggio Installazioni | 341 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2021-07-18 |
Data di Pubblicazione | 2020-07-06 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://www.jjhuang.cn |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.jjhuang.cn |
URL della Pagina di Aiuto | http://www.jjhuang.cn |
Lingue Supportate | 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" } |