开发助手

开发助手

What is 开发助手?

开发助手 is a Chrome extension developed by 2wengdata, and its main feature is "开发助手".

Extension Screenshots

screenshot
screenshot
screenshot
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

                        开发助手是协助外贸人员通过全球品牌数库进行客户开发的一个工具。
1、全球品牌资源简介
WIPO全球品牌数据库是对全球商标统计的一个数据库,其中含有180多个国家的数据,包括品牌名称,logo图、品牌持有公司、国家、申请人姓名、地址、注册商品分类等信息。
2、我可以如何操作?
可通过产品词(含小语种)、行业词、检索潜在客户;也可通过品牌名查询注册商标、品牌持有公司
3、我们为你做了什么?
我们帮你获取了品牌持有公司的基本信息,其中包括员工姓名、职位、邮箱、社交账号、地理位置信息、交易记录、卫星地图实景等工作来方便我们外贸人员拓展客户。
此为寻求代工合作(OEM)的必要工具。                    

Extension Basic Information

Name 开发助手 开发助手
ID bcikmpimffbmlemadpmoadohmfcliphj
Official URL https://chromewebstore.google.com/detail/%E5%BC%80%E5%8F%91%E5%8A%A9%E6%89%8B/bcikmpimffbmlemadpmoadohmfcliphj
Description 开发助手
File Size 231 KB
Installation Count 4,000
Current Version 1.2.2
Last Updated 2023-11-16
Publish Date 2021-04-26
Rating 5.00/5 Total 2 Ratings
Developer 2wengdata
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.51wheatsearch.com/private-policy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5f00\u53d1\u52a9\u624b",
    "description": "\u5f00\u53d1\u52a9\u624b",
    "version": "1.2.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "webRequest"
    ],
    "devtools_page": "devtools.html",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "\u5f00\u53d1\u52a9\u624b",
        "default_icon": {
            "16": "\/images\/logo_64_not_active.png",
            "32": "\/images\/logo_64_not_active.png",
            "48": "\/images\/logo_64_not_active.png",
            "128": "\/images\/logo_64_not_active.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_64_active.png",
        "32": "\/images\/logo_64_active.png",
        "48": "\/images\/logo_64_active.png",
        "128": "\/images\/logo_64_active.png"
    },
    "host_permissions": [
        "*:\/\/*.branddb.wipo.int\/*",
        "*:\/\/yandex.com\/maps\/*",
        "*:\/\/www.google.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www3.wipo.int\/*",
                "*:\/\/branddb.wipo.int\/*",
                "*:\/\/*.branddb.wipo.int\/*"
            ],
            "js": [
                "content\/wipo.js"
            ]
        },
        {
            "matches": [
                "*:\/\/yandex.com\/maps\/*"
            ],
            "js": [
                "content\/yandex.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.google.com\/maps\/*"
            ],
            "js": [
                "content\/google.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*.png"
            ],
            "matches": [
                "*:\/\/yandex.com\/*",
                "*:\/\/www.google.com\/*"
            ]
        }
    ]
}