Rondevu.co AliExpress Extension

Rondevu.co AliExpress Extension. Ecom Technologies, LLC

What is Rondevu.co AliExpress Extension?

Rondevu.co AliExpress Extension is a Chrome extension developed by https://rondevu.co, and its main feature is "Rondevu.co AliExpress Extension. Ecom Technologies, LLC".

Extension Screenshots

screenshot
screenshot

Download Rondevu.co AliExpress Extension Extension CRX File

Download Rondevu.co AliExpress Extension 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

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

Extension Basic Information

Name Rondevu.co AliExpress Extension Rondevu.co AliExpress Extension
ID apakephcpmbdmemedgnomogobeanllhe
Official URL https://chromewebstore.google.com/detail/rondevuco-aliexpress-exte/apakephcpmbdmemedgnomogobeanllhe
Description Rondevu.co AliExpress Extension. Ecom Technologies, LLC
File Size 53.92 KB
Installation Count 36
Current Version 1.0.33
Last Updated 2022-09-27
Publish Date 2021-09-13
Rating 4.80/5 Total 5 Ratings
Developer https://rondevu.co
Email [email protected]
Payment Type free
Extension Website https://rondevu.co/
Help Page URL https://rondevu.co/#contact
Privacy Policy Page URL https://rondevu.co/privacy-policy
Supported Languages 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"
    ]
}