Rondevu.co AliExpress Extension

Rondevu.co AliExpress Extension. Ecom Technologies, LLC

Cos'è Rondevu.co AliExpress Extension?

Rondevu.co AliExpress Extension è un'estensione di Chrome sviluppata da https://rondevu.co, e la sua funzione principale è "Rondevu.co AliExpress Extension. Ecom Technologies, LLC".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Rondevu.co AliExpress Extension

Scarica i file di estensione Rondevu.co AliExpress Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Rondevu.co AliExpress Extension Rondevu.co AliExpress Extension
ID apakephcpmbdmemedgnomogobeanllhe
URL Ufficiale https://chromewebstore.google.com/detail/rondevuco-aliexpress-exte/apakephcpmbdmemedgnomogobeanllhe
Descrizione Rondevu.co AliExpress Extension. Ecom Technologies, LLC
Dimensione del File 53.92 KB
Conteggio Installazioni 36
Versione Corrente 1.0.33
Ultimo Aggiornamento 2022-09-27
Data di Pubblicazione 2021-09-13
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore https://rondevu.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rondevu.co/
URL della Pagina di Aiuto https://rondevu.co/#contact
URL della Pagina della Politica sulla Privacy https://rondevu.co/privacy-policy
Lingue Supportate 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"
    ]
}