马六甲跨境助手

https://erp.emalacca.com/

What is 马六甲跨境助手?

马六甲跨境助手 is a Chrome extension developed by malacca, and its main feature is "https://erp.emalacca.com/".

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

                        马六甲跨境助手,是专注于服务东南亚跨境电商的ERP系统,提供商品采集,粉丝关注等功能。                    

Extension Basic Information

Name 马六甲跨境助手 马六甲跨境助手
ID ephabedpajngbmeohfngglhabgfcjgjl
Official URL https://chromewebstore.google.com/detail/%E9%A9%AC%E5%85%AD%E7%94%B2%E8%B7%A8%E5%A2%83%E5%8A%A9%E6%89%8B/ephabedpajngbmeohfngglhabgfcjgjl
Description https://erp.emalacca.com/
File Size 945 KB
Installation Count 6,000
Current Version 2.2.0
Last Updated 2022-06-18
Publish Date 2021-03-17
Developer malacca
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u9a6c\u516d\u7532\u8de8\u5883\u52a9\u624b",
    "description": "https:\/\/erp.emalacca.com\/",
    "homepage_url": "https:\/\/erp.emalacca.com\/",
    "icons": {
        "16": "asset\/image\/app.png",
        "48": "asset\/image\/app.png",
        "128": "asset\/image\/app.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "inject\/inject.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "asset\/image\/app.png",
        "default_title": "\u8fd9\u662f\u4e00\u4e2atitle",
        "default_popup": "popup\/index.html"
    },
    "options_ui": {
        "page": "options\/index.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-6wRdeNJzEHNIsDAMAdKbdVLWIqu8b6+Bs+xVNZqplQw=' https:\/\/sw-erp-shenzhen.oss-cn-shenzhen.aliyuncs.com; object-src 'self'",
    "permissions": [
        "storage",
        "cookies",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "2.2.0"
}