WebSpy-外贸客户开发好帮手

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

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

WebSpy-外贸客户开发好帮手 is een Chrome-extensie ontwikkeld door brooksclarenbachawa56, en de belangrijkste functie is "访问网页的同时快速捕获联系方式等更多信息".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WebSpy-外贸客户开发好帮手

Download WebSpy-外贸客户开发好帮手-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        帮助外贸从事人员访问网页的同时,快速获取网页的更多详细信息!                    

Basisinformatie over de Extensie

Naam WebSpy-外贸客户开发好帮手 WebSpy-外贸客户开发好帮手
ID imbfoaflkgokbhmpoolcfpbmjobjaejb
Officiële 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
Beschrijving 访问网页的同时快速捕获联系方式等更多信息
Bestandsgrootte 3.76 MB
Aantal Installaties 116
Huidige Versie 1.3
Laatst Bijgewerkt 2023-06-26
Publicatiedatum 2022-08-13
Ontwikkelaar brooksclarenbachawa56
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.turingso.cn/webspy
Ondersteunde Talen 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"
    }
}