網翼 網拍電商一鍵抓圖工具
一鍵下載商品圖片並且可以依商品名、主圖、規格圖、內文圖分類
Qu'est-ce que 網翼 網拍電商一鍵抓圖工具 ?
網翼 網拍電商一鍵抓圖工具 est une extension Chrome développée par ERPow, et sa fonction principale est "一鍵下載商品圖片並且可以依商品名、主圖、規格圖、內文圖分類".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 網翼 網拍電商一鍵抓圖工具
Téléchargez les fichiers d'extension 網翼 網拍電商一鍵抓圖工具 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
網翼電商經營工具 精心規劃,以自身網拍經驗開發 只要一鍵就能抓取幾乎所有台灣網拍平台的圖片 瞭解更多詳情,請LINE ID 搜尋 @jwv5600v 更多網拍賣家專用軟體請瀏覽 http://ajin.tw
Informations de Base sur l'Extension
Nom | 網翼 網拍電商一鍵抓圖工具 |
ID | fbllanbldgeaelcbbhjiapkmlbbpegdd |
URL Officiel | https://chromewebstore.google.com/detail/%E7%B6%B2%E7%BF%BC-%E7%B6%B2%E6%8B%8D%E9%9B%BB%E5%95%86%E4%B8%80%E9%8D%B5%E6%8A%93%E5%9C%96%E5%B7%A5%E5%85%B7/fbllanbldgeaelcbbhjiapkmlbbpegdd |
Description | 一鍵下載商品圖片並且可以依商品名、主圖、規格圖、內文圖分類 |
Taille du Fichier | 2.3 MB |
Nombre d'Installations | 1,040 |
Version Actuelle | 2.3.7 |
Dernière Mise à Jour | 2024-02-26 |
Date de Publication | 2020-01-08 |
Évaluation | 5.00/5 Total 18 Évaluations |
Développeur | ERPow |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://ajin.tw |
URL de la Page de Politique de Confidentialité | http://marcdenni.com.tw/privacy-policy.asp |
Langues Prises en Charge | zh-TW |
manifest.json | |
{ "name": "\u7db2\u7ffc \u7db2\u62cd\u96fb\u5546\u4e00\u9375\u6293\u5716\u5de5\u5177", "version": "2.3.7", "description": "\u4e00\u9375\u4e0b\u8f09\u5546\u54c1\u5716\u7247\u4e26\u4e14\u53ef\u4ee5\u4f9d\u5546\u54c1\u540d\u3001\u4e3b\u5716\u3001\u898f\u683c\u5716\u3001\u5167\u6587\u5716\u5206\u985e", "permissions": [ "identity", "identity.email", "storage", "downloads", "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", "\/HoldOn\/HoldOn.min.js", "\/js\/jwt\/jwt-decode.min.js", "\/js\/jwt\/jsrsasign-all-min.js", "\/content.bundle.js" ], "css": [ "\/jquery\/jquery-ui.css", "\/HoldOn\/HoldOn.min.css" ], "matches": [ "https:\/\/detail.tmall.com\/*", "https:\/\/detail.1688.com\/offer\/*", "https:\/\/item.taobao.com\/*", "https:\/\/gz.17zwd.com\/*", "https:\/\/shopee.tw\/*", "https:\/\/tw.bid.yahoo.com\/item\/*", "https:\/\/tw.mall.yahoo.com\/item\/*", "https:\/\/tw.buy.yahoo.com\/gdsale\/*", "https:\/\/www.ruten.com.tw\/item\/*", "https:\/\/seller.pcstore.com.tw\/*", "https:\/\/www.pcstore.com.tw\/*", "https:\/\/24h.pchome.com.tw\/prod\/*", "https:\/\/www.momoshop.com.tw\/goods\/*", "https:\/\/www.momomall.com.tw\/*", "https:\/\/www.etmall.com.tw\/*", "https:\/\/www.buy123.com.tw\/site\/sku\/*", "https:\/\/www.pcone.com.tw\/product\/info\/*" ], "run_at": "document_start" } ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3 } |