马六甲跨境助手
https://erp.emalacca.com/
什么是马六甲跨境助手?
马六甲跨境助手是由malacca开发的Chrome扩展程序,该扩展的主要功能是“https://erp.emalacca.com/”。
扩展截图
下载马六甲跨境助手扩展crx文件
下载马六甲跨境助手扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
马六甲跨境助手,是专注于服务东南亚跨境电商的ERP系统,提供商品采集,粉丝关注等功能。
扩展基本信息
名称 | 马六甲跨境助手 |
ID | ephabedpajngbmeohfngglhabgfcjgjl |
官方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 |
简介 | https://erp.emalacca.com/ |
文件大小 | 945 KB |
安装次数 | 6,000 |
当前版本 | 2.2.0 |
更新时间 | 2022-06-18 |
上架时间 | 2021-03-17 |
开发者 | malacca |
电子邮箱 | [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" } |