新外贸机器人插件

当前版本:2021-08-30

新外贸机器人插件란 무엇입니까?

新外贸机器人插件은(는) www.alirank.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "当前版本:2021-08-30"입니다.

확장 프로그램 스크린샷

screenshot

新外贸机器人插件 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        为国际站商家提供数据分析功能,在商家授权的前提下读取商家信息并进行分析处理!插件不能独立使用,是在我们的《新外贸机器人》里面使用。                    

확장 프로그램 기본 정보

이름 新外贸机器人插件 新外贸机器人插件
ID fgdjmkebbdilkokaaiehnndimalckmno
공식 URL https://chromewebstore.google.com/detail/%E6%96%B0%E5%A4%96%E8%B4%B8%E6%9C%BA%E5%99%A8%E4%BA%BA%E6%8F%92%E4%BB%B6/fgdjmkebbdilkokaaiehnndimalckmno
설명 当前版本:2021-08-30
파일 크기 918 KB
설치 횟수 5,000
현재 버전 2.7.6
최근 업데이트 2021-09-26
출시 날짜 2021-03-10
평점 5.00/5 총 2 개의 평점
개발자 www.alirank.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.alirank.com
도움말 페이지 URL http://www.yxbf.net
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u65b0\u5916\u8d38\u673a\u5668\u4eba\u63d2\u4ef6",
    "version": "2.7.6",
    "manifest_version": 2,
    "description": "\u5f53\u524d\u7248\u672c:2021-08-30",
    "author": "weilence ",
    "icons": {
        "16": "icons\/main.png",
        "128": "icons\/main.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.yxbf.net\/*",
                "*:\/\/*.homexhk.com\/*",
                "*:\/\/*.snsbot.net\/*",
                "*:\/\/*.test.net\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.1688.com\/*",
                "*:\/\/*.aliexpress.com\/*"
            ],
            "js": [
                "scripts\/import.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.yxbf.net\/*",
            "*:\/\/*.homexhk.com\/*",
            "*:\/\/*.snsbot.net\/*",
            "*:\/\/*.test.net\/*"
        ]
    },
    "permissions": [
        "",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/main.png",
            "38": "icons\/main.png"
        },
        "default_title": "\u65b0\u5916\u8d38\u673a\u5668\u4eba\u63d2\u4ef6",
        "default_popup": "ui\/index.html#popup"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": []
}