WebSpy-外贸客户开发好帮手

访问网页的同时快速捕获联系方式等更多信息

What is WebSpy-外贸客户开发好帮手?

WebSpy-外贸客户开发好帮手 is a Chrome extension developed by brooksclarenbachawa56, and its main feature is "访问网页的同时快速捕获联系方式等更多信息".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download WebSpy-外贸客户开发好帮手 Extension CRX File

Download WebSpy-外贸客户开发好帮手 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 WebSpy-外贸客户开发好帮手 WebSpy-外贸客户开发好帮手
ID imbfoaflkgokbhmpoolcfpbmjobjaejb
Official URL https://chromewebstore.google.com/detail/webspy-%E5%A4%96%E8%B4%B8%E5%AE%A2%E6%88%B7%E5%BC%80%E5%8F%91%E5%A5%BD%E5%B8%AE%E6%89%8B/imbfoaflkgokbhmpoolcfpbmjobjaejb
Description 访问网页的同时快速捕获联系方式等更多信息
File Size 3.76 MB
Installation Count 116
Current Version 1.3
Last Updated 2023-06-26
Publish Date 2022-08-13
Developer brooksclarenbachawa56
Email [email protected]
Payment Type in_app
Extension Website https://www.turingso.cn/webspy
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebSpy-\u5916\u8d38\u5ba2\u6237\u5f00\u53d1\u597d\u5e2e\u624b",
    "version": "1.3",
    "manifest_version": 3,
    "description": "\u8bbf\u95ee\u7f51\u9875\u7684\u540c\u65f6\u5feb\u901f\u6355\u83b7\u8054\u7cfb\u65b9\u5f0f\u7b49\u66f4\u591a\u4fe1\u606f",
    "icons": {
        "16": "image\/icon-16.png",
        "48": "image\/icon-48.png",
        "128": "image\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "image\/icon-16.png",
            "48": "image\/icon-48.png",
            "128": "image\/icon-128.png"
        },
        "default_popup": "\/html\/popup.html",
        "default_title": "\u70b9\u51fb\u67e5\u770b\u5168\u90e8\u6570\u636e"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/127.0.0.1:*\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "lib\/bootstrap\/js\/bootstrap.min.js",
                "lib\/libphonenumber-min.js",
                "js\/content.js"
            ],
            "css": [
                "lib\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/html\/main.html",
                "\/lib\/bootstrap\/css\/bootstrap.min.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "options_ui": {
        "page": "\/html\/setting.html"
    }
}