網翼 x MO店+ 搬家工具
從蝦皮賣場匯出大量上傳到MO店+的檔案格式
Wat is 網翼 x MO店+ 搬家工具?
網翼 x MO店+ 搬家工具 is een Chrome-extensie ontwikkeld door ERPow, en de belangrijkste functie is "從蝦皮賣場匯出大量上傳到MO店+的檔案格式".
Extensie Screenshots
Download het CRX-bestand van de extensie 網翼 x MO店+ 搬家工具
Download 網翼 x MO店+ 搬家工具-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
由網翼電商經營工具 精心規劃,以自身網拍經驗開發
網翼 x MO店+ 能夠從「蝦皮」匯出商品成為MO店+的上架格式
瞭解更多詳情,請LINE ID 搜尋 @jwv5600v
更多網拍賣家專用軟體請瀏覽
http://ajin.tw Basisinformatie over de Extensie
| Naam | |
| ID | cnpicegdbnnhkcpodfcllpbfbbhjojpc |
| Officiële URL | https://chromewebstore.google.com/detail/%E7%B6%B2%E7%BF%BC-x-mo%E5%BA%97%EF%BC%8B-%E6%90%AC%E5%AE%B6%E5%B7%A5%E5%85%B7/cnpicegdbnnhkcpodfcllpbfbbhjojpc |
| Beschrijving | 從蝦皮賣場匯出大量上傳到MO店+的檔案格式 |
| Bestandsgrootte | 2.16 MB |
| Aantal Installaties | 104 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2024-02-28 |
| Publicatiedatum | 2024-02-27 |
| Ontwikkelaar | ERPow |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | http://marcdenni.com.tw/privacy-policy.asp |
| Ondersteunde Talen | zh-TW |
| manifest.json | |
{
"name": "\u7db2\u7ffc x MO\u5e97\uff0b \u642c\u5bb6\u5de5\u5177",
"version": "1.0.1",
"description": "\u5f9e\u8766\u76ae\u8ce3\u5834\u532f\u51fa\u5927\u91cf\u4e0a\u50b3\u5230MO\u5e97\uff0b\u7684\u6a94\u6848\u683c\u5f0f",
"permissions": [
"storage",
"tabs",
"cookies"
],
"background": {
"service_worker": "background.bundle.js"
},
"host_permissions": [
"https:\/\/*.shopee.tw\/*"
],
"action": {
"default_popup": "\/popup\/popup.html",
"default_icon": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"\/jquery\/jquery-1.11.1.min.js",
"\/jquery\/jquery-ui.js",
"\/jquery\/jquery.md5.js",
"\/HoldOn\/HoldOn.min.js",
"\/content.bundle.js"
],
"css": [
"\/jquery\/jquery-ui.css",
"\/HoldOn\/HoldOn.min.css"
],
"matches": [
"https:\/\/seller.shopee.tw\/*"
],
"run_at": "document_start"
}
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3
} | |