大鱼选品
生意参谋搜索竞争分析工具,「一键转化」功能可直接查询关键词分析中11个数据指标,例如「搜索量/在线商品数占比」
Cos'è 大鱼选品?
大鱼选品 è un'estensione di Chrome sviluppata da 9yearfish, e la sua funzione principale è "生意参谋搜索竞争分析工具,「一键转化」功能可直接查询关键词分析中11个数据指标,例如「搜索量/在线商品数占比」".
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
生意参谋搜索竞争分析工具,「一键转化」功能可直接查询关键词分析中11个数据指标,例如「搜索量/在线商品数占比」 Informazioni di Base sull'Estensione
| Nome | |
| ID | ohbjpcnngfgalmlcchkmobaeomhknpbn |
| URL Ufficiale | https://chromewebstore.google.com/detail/%E5%A4%A7%E9%B1%BC%E9%80%89%E5%93%81/ohbjpcnngfgalmlcchkmobaeomhknpbn |
| Descrizione | 生意参谋搜索竞争分析工具,「一键转化」功能可直接查询关键词分析中11个数据指标,例如「搜索量/在线商品数占比」 |
| Dimensione del File | 403 KB |
| Conteggio Installazioni | 94 |
| Versione Corrente | 1.1.6 |
| Ultimo Aggiornamento | 2019-09-16 |
| Data di Pubblicazione | 2019-09-16 |
| Sviluppatore | 9yearfish |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_pluginName__",
"version": "1.1.6",
"author": "Aoxiang",
"description": "__MSG_description__",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"64": "icon.png",
"128": "icon.png"
},
"background": {
"page": "background.html",
"js": [
"js\/jquery.min-3.4.1.js",
"js\/background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "__MSG_pluginName__",
"default_popup": "popup.html"
},
"content_scripts": [
{
"js": [
"js\/jquery.min-3.4.1.js",
"js\/content-script.js",
"js\/inject.js",
"js\/aes.js",
"js\/clipboard.js",
"js\/bootstrap.js",
"js\/datatables.min.js"
],
"matches": [
"https:\/\/sycm.taobao.com\/*"
],
"css": [
"css\/custom.css",
"css\/bootstrap.min.css",
"css\/jquery.dataTables.min.css"
],
"run_at": "document_start"
}
],
"permissions": [
"https:\/\/sycm.taobao.com\/*"
],
"web_accessible_resources": [
"js\/inject.js"
],
"homepage_url": "https:\/\/aoxiang.me",
"default_locale": "zh_CN"
} | |