千易助手

千易助手

What is 千易助手?

千易助手 is a Chrome extension developed by qianyi, and its main feature is "千易助手".

Extension Screenshots

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

                        千易助手旨在通过数据抓取让客户得到想要的商品的网站流量,帮助亚马逊跨境卖家做好店铺商品运营分析。
现已推出Lazada、shopee                    

Extension Basic Information

Name 千易助手 千易助手
ID nmbegcfenclmiknbnmcnaheakflpmjde
Official URL https://chromewebstore.google.com/detail/%E5%8D%83%E6%98%93%E5%8A%A9%E6%89%8B/nmbegcfenclmiknbnmcnaheakflpmjde
Description 千易助手
File Size 350 KB
Installation Count 269
Current Version 3.1.12
Last Updated 2023-08-02
Publish Date 2021-12-22
Developer qianyi
Email [email protected]
Payment Type free
Extension Website https://www.qianyierp.com/
Privacy Policy Page URL https://www.qianyierp.com/privacypolicy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u5343\u6613\u52a9\u624b",
    "version": "3.1.12",
    "description": "\u5343\u6613\u52a9\u624b",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "scripts": [
            "js\/axios.min.js",
            "js\/jquery.min.js",
            "js\/background.js",
            "js\/encrypt\/jsbn.js",
            "js\/encrypt\/base64.js",
            "js\/encrypt\/prng4.js",
            "js\/encrypt\/rng.js",
            "js\/encrypt\/rsa.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "\u5e2e\u52a9\u60a8\u9ad8\u6548\u5de5\u4f5c",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "fonts\/*",
        "images\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.qianyierp.com\/*"
        ]
    }
}