Rondevu.co AliExpress Extension

Rondevu.co AliExpress Extension. Ecom Technologies, LLC

Hvad er Rondevu.co AliExpress Extension?

Rondevu.co AliExpress Extension er en Chrome-udvidelse udviklet af https://rondevu.co, og dens hovedfunktion er "Rondevu.co AliExpress Extension. Ecom Technologies, LLC".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Rondevu.co AliExpress Extension-udvidelses-CRX-fil

Download Rondevu.co AliExpress Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Rondevu.co AliExpress Extension Rondevu.co AliExpress Extension
ID apakephcpmbdmemedgnomogobeanllhe
Officiel URL https://chromewebstore.google.com/detail/rondevuco-aliexpress-exte/apakephcpmbdmemedgnomogobeanllhe
Beskrivelse Rondevu.co AliExpress Extension. Ecom Technologies, LLC
Filstørrelse 53.92 KB
Antal Installationer 36
Nuværende Version 1.0.33
Senest Opdateret 2022-09-27
Udgivelsesdato 2021-09-13
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler https://rondevu.co
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://rondevu.co/
Hjælpeside-URL https://rondevu.co/#contact
URL til Fortrolighedspolitik Side https://rondevu.co/privacy-policy
Understøttede Sprog 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"
    ]
}