超强AliExpress速卖通类目查询

超强AliExpress速卖通类目查询

超强AliExpress速卖通类目查询 là gì?

超强AliExpress速卖通类目查询 là một tiện ích mở rộng Chrome được phát triển bởi 乐云-@梁栩谦, và tính năng chính của nó là "超强AliExpress速卖通类目查询".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 超强AliExpress速卖通类目查询

Tải xuống các tệp mở rộng 超强AliExpress速卖通类目查询 dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        AliExpress速卖通类目查询
查询速卖通商品的类目
使用方法:需要配合登录速卖通店铺,打开速卖通商品链接,即可以显示当前商品链接的类目
支持小语种页面显示
如果不显示,请升级一下浏览器

Bug反馈,新功能需求请联系我(微博:@梁栩谦 或vx:173 2816 0491)!
你的支持是我继续开发的动力!

祝大卖!

permissions:
1.we need use the "webRequest onCompleted" API to Listen the XHR request  ,update the function and display the categorie infomaiton when the XHR finish.

2. "https://gsp-gw.aliexpress.com/*",
     "http://gsp-gw.aliexpress.com/*"
Get the categorie information from aliexpress.

3. "https://*.aliexpress.com/item/*",
     "http://*.aliexpress.com/item/*"
Show the categorie on the listing page.

4.  "https://exad.rangtaobaofei.com/*"
  Get the notice from our service.

Thank you!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 超强AliExpress速卖通类目查询 超强AliExpress速卖通类目查询
ID klocpindgcfbgcnhoafnjphjnimpipdf
URL Chính Thức https://chromewebstore.google.com/detail/%E8%B6%85%E5%BC%BAaliexpress%E9%80%9F%E5%8D%96%E9%80%9A%E7%B1%BB%E7%9B%AE%E6%9F%A5%E8%AF%A2/klocpindgcfbgcnhoafnjphjnimpipdf
Mô tả 超强AliExpress速卖通类目查询
Kích Thước Tệp 356 KB
Số Lần Cài Đặt 1,772
Phiên Bản Hiện Tại 0.18
Cập Nhật Lần Cuối 2023-06-28
Ngày Phát Hành 2021-03-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển 乐云-@梁栩谦
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://weibo.com/liangxuqian
URL Trang Chính Sách Bảo Mật https://exad.rangtaobaofei.com/pp.html
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u8d85\u5f3aAliExpress\u901f\u5356\u901a\u7c7b\u76ee\u67e5\u8be2",
    "short_name": "AliExpressCategorieDisplay",
    "description": "\u8d85\u5f3aAliExpress\u901f\u5356\u901a\u7c7b\u76ee\u67e5\u8be2",
    "version": "0.18",
    "author": "\u6881\u6829\u8c26",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_title": "\u8d85\u5f3aAliExpress\u901f\u5356\u901a\u7c7b\u76ee\u67e5\u8be2",
        "default_icon": "img\/icon48.png",
        "default_popup": "popup.htm"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "http:\/\/*.aliexpress.com\/item\/*"
            ],
            "css": [],
            "js": [
                "asset\/lib\/jquery.min.js",
                "content.js"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/qr.jpg",
                "img\/wechat.jpg",
                "img\/gzh.jpg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.aliexpress.com\/item\/*"
        ]
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "webRequest",
        "cookies",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "https:\/\/*.aliexpress.com\/item\/*",
        "http:\/\/*.aliexpress.com\/item\/*",
        "http:\/\/*.aliexpress.ru\/item\/*",
        "https:\/\/gsp-gw.aliexpress.com\/*",
        "http:\/\/gsp-gw.aliexpress.com\/*",
        "https:\/\/exad.rangtaobaofei.com\/*",
        "https:\/\/seller-acs.aliexpress.com\/*"
    ]
}