鹰眼察 - 生意参谋指数转换工具

一款小巧的生意参谋指数转换工具,结果精准,可导出表格,永久免费。

What is 鹰眼察 - 生意参谋指数转换工具?

鹰眼察 - 生意参谋指数转换工具 is a Chrome extension developed by esaypic, and its main feature is "一款小巧的生意参谋指数转换工具,结果精准,可导出表格,永久免费。".

Extension Screenshots

screenshot

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

                        [鹰眼察]非代理软件、爬虫或VPN,请放心使用,多种电商功能,持续更新                    

Extension Basic Information

Name 鹰眼察 - 生意参谋指数转换工具 鹰眼察 - 生意参谋指数转换工具
ID ciknihfnobcoeacjoclbmblbeljpjhjk
Official URL https://chromewebstore.google.com/detail/%E9%B9%B0%E7%9C%BC%E5%AF%9F-%E7%94%9F%E6%84%8F%E5%8F%82%E8%B0%8B%E6%8C%87%E6%95%B0%E8%BD%AC%E6%8D%A2%E5%B7%A5%E5%85%B7/ciknihfnobcoeacjoclbmblbeljpjhjk
Description 一款小巧的生意参谋指数转换工具,结果精准,可导出表格,永久免费。
File Size 912 KB
Installation Count 310
Current Version 4.5.1
Last Updated 2023-04-27
Publish Date 2023-03-24
Rating 5.00/5 Total 3 Ratings
Developer esaypic
Email [email protected]
Payment Type free
Privacy Policy Page URL https://yingyancha.s3.ap-northeast-2.amazonaws.com/privacy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u4e00\u6b3e\u5c0f\u5de7\u7684\u751f\u610f\u53c2\u8c0b\u6307\u6570\u8f6c\u6362\u5de5\u5177\uff0c\u7ed3\u679c\u7cbe\u51c6\uff0c\u53ef\u5bfc\u51fa\u8868\u683c\uff0c\u6c38\u4e45\u514d\u8d39\u3002",
    "version": "4.5.1",
    "manifest_version": 3,
    "name": "\u9e70\u773c\u5bdf - \u751f\u610f\u53c2\u8c0b\u6307\u6570\u8f6c\u6362\u5de5\u5177",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "icon-34.png",
                "scriptbus.bundle.js",
                "*.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}