Rondevu.co AliExpress Extension
Rondevu.co AliExpress Extension. Ecom Technologies, LLC
Wat is Rondevu.co AliExpress Extension?
Rondevu.co AliExpress Extension is een Chrome-extensie ontwikkeld door https://rondevu.co, en de belangrijkste functie is "Rondevu.co AliExpress Extension. Ecom Technologies, LLC".
Extensie Screenshots
Download het CRX-bestand van de extensie Rondevu.co AliExpress Extension
Download Rondevu.co AliExpress Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Rondevu extension for automatic payment of orders and make fulfillment more simply for www.Rondevu.co siteders and make fullfillment more simply.
Basisinformatie over de Extensie
Naam | Rondevu.co AliExpress Extension |
ID | apakephcpmbdmemedgnomogobeanllhe |
Officiële URL | https://chromewebstore.google.com/detail/rondevuco-aliexpress-exte/apakephcpmbdmemedgnomogobeanllhe |
Beschrijving | Rondevu.co AliExpress Extension. Ecom Technologies, LLC |
Bestandsgrootte | 53.92 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.0.33 |
Laatst Bijgewerkt | 2022-09-27 |
Publicatiedatum | 2021-09-13 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://rondevu.co |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://rondevu.co/ |
Help Pagina-URL | https://rondevu.co/#contact |
URL van de Privacybeleid Pagina | https://rondevu.co/privacy-policy |
Ondersteunde Talen | 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" ] } |