網翼 網拍電商一鍵抓圖工具

一鍵下載商品圖片並且可以依商品名、主圖、規格圖、內文圖分類

What is 網翼 網拍電商一鍵抓圖工具?

網翼 網拍電商一鍵抓圖工具 is a Chrome extension developed by ERPow, and its main feature is "一鍵下載商品圖片並且可以依商品名、主圖、規格圖、內文圖分類".

Extension Screenshots

screenshot

Download 網翼 網拍電商一鍵抓圖工具 Extension CRX File

Download 網翼 網拍電商一鍵抓圖工具 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        網翼電商經營工具 精心規劃,以自身網拍經驗開發

只要一鍵就能抓取幾乎所有台灣網拍平台的圖片

瞭解更多詳情,請LINE ID 搜尋 @jwv5600v

更多網拍賣家專用軟體請瀏覽
http://ajin.tw                    

Extension Basic Information

Name 網翼 網拍電商一鍵抓圖工具 網翼 網拍電商一鍵抓圖工具
ID fbllanbldgeaelcbbhjiapkmlbbpegdd
Official URL 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 一鍵下載商品圖片並且可以依商品名、主圖、規格圖、內文圖分類
File Size 2.3 MB
Installation Count 1,040
Current Version 2.3.7
Last Updated 2024-02-26
Publish Date 2020-01-08
Rating 5.00/5 Total 18 Ratings
Developer ERPow
Email [email protected]
Payment Type free
Extension Website http://ajin.tw
Privacy Policy Page URL http://marcdenni.com.tw/privacy-policy.asp
Supported Languages 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
}