开发助手

开发助手

Qu'est-ce que 开发助手 ?

开发助手 est une extension Chrome développée par 2wengdata, et sa fonction principale est "开发助手".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension 开发助手

Téléchargez les fichiers d'extension 开发助手 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom 开发助手 开发助手
ID bcikmpimffbmlemadpmoadohmfcliphj
URL Officiel https://chromewebstore.google.com/detail/%E5%BC%80%E5%8F%91%E5%8A%A9%E6%89%8B/bcikmpimffbmlemadpmoadohmfcliphj
Description 开发助手
Taille du Fichier 231 KB
Nombre d'Installations 4,000
Version Actuelle 1.2.2
Dernière Mise à Jour 2023-11-16
Date de Publication 2021-04-26
Évaluation 5.00/5 Total 2 Évaluations
Développeur 2wengdata
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.51wheatsearch.com/private-policy.html
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}