Rondevu.co AliExpress Extension

Rondevu.co AliExpress Extension. Ecom Technologies, LLC

什么是Rondevu.co AliExpress Extension?

Rondevu.co AliExpress Extension是由https://rondevu.co开发的Chrome扩展程序,该扩展的主要功能是“Rondevu.co AliExpress Extension. Ecom Technologies, LLC”。

扩展截图

screenshot
screenshot

下载Rondevu.co AliExpress Extension扩展crx文件

下载Rondevu.co AliExpress Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Rondevu extension for automatic payment of orders and make fulfillment more simply for www.Rondevu.co siteders and make fullfillment more simply.                    

扩展基本信息

名称 Rondevu.co AliExpress Extension Rondevu.co AliExpress Extension
ID apakephcpmbdmemedgnomogobeanllhe
官方URL https://chromewebstore.google.com/detail/rondevuco-aliexpress-exte/apakephcpmbdmemedgnomogobeanllhe
简介 Rondevu.co AliExpress Extension. Ecom Technologies, LLC
文件大小 53.92 KB
安装次数 36
当前版本 1.0.33
更新时间 2022-09-27
上架时间 2021-09-13
评分 4.80/5 共5次评分
开发者 https://rondevu.co
电子邮箱 [email protected]
付费类型 free
扩展官网 https://rondevu.co/
帮助页面URL https://rondevu.co/#contact
隐私政策页面URL https://rondevu.co/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rondevu.co AliExpress Extension",
    "version": "1.0.33",
    "manifest_version": 2,
    "description": "Rondevu.co AliExpress Extension. Ecom Technologies, LLC",
    "browser_action": {
        "default_title": "Rondevu.co AliExpress Extension"
    },
    "icons": {
        "256": "rondevu_icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-3.6.0.min.js",
                "ali_content.js"
            ],
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.com\/store\/product\/*",
                "https:\/\/*.aliexpress.com\/af\/*",
                "https:\/\/*.aliexpress.com\/w\/*",
                "https:\/\/*.aliexpress.com\/category\/*",
                "https:\/\/*.aliexpress.com\/wholesale*",
                "https:\/\/*.aliexpress.com\/premium*",
                "https:\/\/login.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*",
                "https:\/\/*.aliexpress.us\/item\/*",
                "https:\/\/*.aliexpress.us\/store\/product\/*",
                "https:\/\/*.aliexpress.us\/af\/*",
                "https:\/\/*.aliexpress.us\/w\/*",
                "https:\/\/*.aliexpress.us\/category\/*",
                "https:\/\/*.aliexpress.us\/wholesale*",
                "https:\/\/*.aliexpress.us\/premium*",
                "https:\/\/login.aliexpress.us\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/jquery-3.6.0.min.js",
                "ali_content.js"
            ],
            "matches": [
                "https:\/\/trade.aliexpress.com\/orderList.htm*",
                "https:\/\/trade.aliexpress.com\/order_list.htm*",
                "https:\/\/trade.aliexpress.us\/orderList.htm*",
                "https:\/\/trade.aliexpress.us\/order_list.htm*"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.aliexpress.com\/*",
                "https:\/\/*.aliexpress.us\/*"
            ],
            "css": [
                "css\/ecom-styles.css"
            ]
        },
        {
            "all_frames": true,
            "matches": [
                "*:\/\/app.rondevu.co\/*",
                "http:\/\/localhost:4200\/*",
                "*:\/\/dev.ew.a2\/*"
            ],
            "js": [
                "ecomwizz_content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/app.rondevu.com\/apps\/orders*",
            "*:\/\/app.rondevu.co\/*",
            "https:\/\/*.aliexpress.com\/item\/*",
            "https:\/\/*.aliexpress.com\/store\/product\/*",
            "https:\/\/*.aliexpress.com\/af\/*",
            "https:\/\/*.aliexpress.com\/w\/*",
            "https:\/\/*.aliexpress.com\/category\/*",
            "https:\/\/*.aliexpress.com\/wholesale*",
            "https:\/\/*.aliexpress.com\/premium*",
            "https:\/\/*.aliexpress.us\/item\/*",
            "https:\/\/*.aliexpress.us\/store\/product\/*",
            "https:\/\/*.aliexpress.us\/af\/*",
            "https:\/\/*.aliexpress.us\/w\/*",
            "https:\/\/*.aliexpress.us\/category\/*",
            "https:\/\/*.aliexpress.us\/wholesale*",
            "https:\/\/*.aliexpress.us\/premium*"
        ]
    },
    "web_accessible_resources": [
        "window_common.js",
        "icon.png",
        "rondevu_icon.png",
        "loader.svg",
        "js\/jquery-3.6.0.min.js"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ]
}