马六甲跨境助手
https://erp.emalacca.com/
Wat is 马六甲跨境助手?
马六甲跨境助手 is een Chrome-extensie ontwikkeld door malacca, en de belangrijkste functie is "https://erp.emalacca.com/".
Extensie Screenshots
Download het CRX-bestand van de extensie 马六甲跨境助手
Download 马六甲跨境助手-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
马六甲跨境助手,是专注于服务东南亚跨境电商的ERP系统,提供商品采集,粉丝关注等功能。
Basisinformatie over de Extensie
Naam | 马六甲跨境助手 |
ID | ephabedpajngbmeohfngglhabgfcjgjl |
Officiële 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 |
Beschrijving | https://erp.emalacca.com/ |
Bestandsgrootte | 945 KB |
Aantal Installaties | 6,000 |
Huidige Versie | 2.2.0 |
Laatst Bijgewerkt | 2022-06-18 |
Publicatiedatum | 2021-03-17 |
Ontwikkelaar | malacca |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |