口袋工具
生意参谋指数转换,数据分析,数据导出;直通车数据优化;淘宝辅助;
What is 口袋工具?
口袋工具 is a Chrome extension developed by jiuguang0101, and its main feature is "生意参谋指数转换,数据分析,数据导出;直通车数据优化;淘宝辅助;".
Extension Screenshots
Download 口袋工具 Extension CRX File
Download 口袋工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
参谋市场板块-->搜索相关分析指数一键转化,支持转化后的数据过滤和导出使用 参谋竞争板块-->竞品分析关键指标、入店搜索词、入店来源 数据板块指数一键转化,支持单个或者多个竞品数据对比,支持数据过滤和导出
Extension Basic Information
Name | 口袋工具 |
ID | logcnbakhdphmfmlkcmeopdmkchlicml |
Official URL | https://chromewebstore.google.com/detail/%E5%8F%A3%E8%A2%8B%E5%B7%A5%E5%85%B7/logcnbakhdphmfmlkcmeopdmkchlicml |
Description | 生意参谋指数转换,数据分析,数据导出;直通车数据优化;淘宝辅助; |
File Size | 2.63 MB |
Installation Count | 147 |
Current Version | 1.0.0 |
Last Updated | 2021-12-25 |
Publish Date | 2021-12-25 |
Developer | jiuguang0101 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u53e3\u888b\u5de5\u5177", "description": "\u751f\u610f\u53c2\u8c0b\u6307\u6570\u8f6c\u6362\uff0c\u6570\u636e\u5206\u6790\uff0c\u6570\u636e\u5bfc\u51fa\uff1b\u76f4\u901a\u8f66\u6570\u636e\u4f18\u5316\uff1b\u6dd8\u5b9d\u8f85\u52a9\uff1b", "version": "1.0.0", "options_page": "options.html", "icons": { "16": "assets\/img\/icon16.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "browser_action": { "default_icon": "assets\/img\/icon48.png", "default_title": "\u53e3\u888b\u53c2\u8c0b\u63d2\u4ef6", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.taobao.com\/*", "*:\/\/*.tmall.com\/*" ], "background": { "scripts": [ "js\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*.taobao.com\/*", "*:\/\/*.tmall.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "js\/*", "css\/*", "fonts\/*", "images\/*", "debug\/*", "content\/*", "assets\/*" ] } |