Rondevu.co AliExpress Extension
Rondevu.co AliExpress Extension. Ecom Technologies, LLC
Was ist Rondevu.co AliExpress Extension?
Rondevu.co AliExpress Extension ist eine Chrome-Erweiterung, die von https://rondevu.co entwickelt wurde, und ihr Hauptmerkmal ist "Rondevu.co AliExpress Extension. Ecom Technologies, LLC".
Erweiterungsscreenshots
Rondevu.co AliExpress Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Rondevu.co AliExpress Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Rondevu extension for automatic payment of orders and make fulfillment more simply for www.Rondevu.co siteders and make fullfillment more simply.
Grundlegende Informationen zur Erweiterung
Name | Rondevu.co AliExpress Extension |
ID | apakephcpmbdmemedgnomogobeanllhe |
Offizielle URL | https://chromewebstore.google.com/detail/rondevuco-aliexpress-exte/apakephcpmbdmemedgnomogobeanllhe |
Beschreibung | Rondevu.co AliExpress Extension. Ecom Technologies, LLC |
Dateigröße | 53.92 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.0.33 |
Letztes Update | 2022-09-27 |
Veröffentlichungsdatum | 2021-09-13 |
Bewertung | 4.80/5 Insgesamt 5 Bewertungen |
Entwickler | https://rondevu.co |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://rondevu.co/ |
Hilfeseite URL | https://rondevu.co/#contact |
URL der Datenschutzrichtlinien-Seite | https://rondevu.co/privacy-policy |
Unterstützte Sprachen | 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" ] } |