马六甲跨境助手

https://erp.emalacca.com/

马六甲跨境助手とは何ですか?

马六甲跨境助手はlilei98700によって開発されたChromeの拡張機能で、その主な機能は「https://erp.emalacca.com/」です。

拡張機能のスクリーンショット

screenshot

马六甲跨境助手拡張機能のCRXファイルをダウンロード

马六甲跨境助手拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 马六甲跨境助手 马六甲跨境助手
ID eonllnhllnefkcingdgldekccdljajip
公式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/eonllnhllnefkcingdgldekccdljajip
説明 https://erp.emalacca.com/
ファイルサイズ 945 KB
インストール数 133
現在のバージョン 2.2.0
最終更新日 2022-06-14
公開日 2021-12-01
開発者 lilei98700
Eメール [email protected]
支払い方法 free
対応言語 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"
}