AliExpress速卖通New User原价透视

打开一个New User商品链接,选中SKU后显示原价

What is AliExpress速卖通New User原价透视?

AliExpress速卖通New User原价透视 is a Chrome extension developed by 乐云-@梁栩谦, and its main feature is "打开一个New User商品链接,选中SKU后显示原价".

Extension Screenshots

screenshot

Download AliExpress速卖通New User原价透视 Extension CRX File

Download AliExpress速卖通New User原价透视 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

                        适配新版详情页面,建议更新
打开一个New User商品链接,选中SKU后显示原价
新增显示orders
AliExpress速卖通New User 原价透视
使用方法:打开速卖通New User 商品链接,即可以显示当前商品所选SKU原价
新增区域定价
【不支持小语种页面显示】
其它情况如果不显示,请升级一下浏览器

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

祝大卖!                    

Extension Basic Information

Name AliExpress速卖通New User原价透视 AliExpress速卖通New User原价透视
ID gpeoanngekmaamggfdklbbhakcohppll
Official URL https://chromewebstore.google.com/detail/aliexpress%E9%80%9F%E5%8D%96%E9%80%9Anew-user%E5%8E%9F%E4%BB%B7%E9%80%8F%E8%A7%86/gpeoanngekmaamggfdklbbhakcohppll
Description 打开一个New User商品链接,选中SKU后显示原价
File Size 347 KB
Installation Count 4,519
Current Version 0.22
Last Updated 2023-10-10
Publish Date 2022-06-07
Developer 乐云-@梁栩谦
Email [email protected]
Payment Type free
Privacy Policy Page URL https://exad.rangtaobaofei.com/pp.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AliExpress\u901f\u5356\u901aNew User\u539f\u4ef7\u900f\u89c6",
    "short_name": "AliExpressNewUserPriceDisplay",
    "description": "\u6253\u5f00\u4e00\u4e2aNew User\u5546\u54c1\u94fe\u63a5,\u9009\u4e2dSKU\u540e\u663e\u793a\u539f\u4ef7",
    "version": "0.22",
    "author": "\u6881\u6829\u8c26",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_title": "AliExpress\u901f\u5356\u901aNew User\u539f\u4ef7\u900f\u89c6",
        "default_icon": "img\/icon48.png",
        "default_popup": "popup.htm"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.us\/item\/*",
                "http:\/\/*.aliexpress.com\/item\/*"
            ],
            "css": [
                "asset\/lib\/my.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",
                "getWindowsVar.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.aliexpress.com\/item\/*",
            "*:\/\/*.aliexpress.us\/item\/*"
        ]
    },
    "permissions": [
        "webRequest"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "host_permissions": [
        "https:\/\/*.aliexpress.com\/item\/*",
        "https:\/\/*.aliexpress.us\/item\/*",
        "http:\/\/*.aliexpress.com\/item\/*",
        "http:\/\/*.aliexpress.ru\/item\/*",
        "https:\/\/*.aliexpress.ru\/item\/*",
        "https:\/\/exad.rangtaobaofei.com\/*",
        "https:\/\/da.rangtaobaofei.com\/*",
        "https:\/\/aefb.yiyimeijin.com\/*"
    ]
}