LDV Generator
Dalla pagina "dettaglio della vendita" di eBay.it e amazon.it crea un box in grado di inviare i dati al software LDV Generator
Wat is LDV Generator?
LDV Generator is een Chrome-extensie ontwikkeld door https://www.maipiusenza.com, en de belangrijkste functie is "Dalla pagina "dettaglio della vendita" di eBay.it e amazon.it crea un box in grado di inviare i dati al software LDV Generator".
Extensie Screenshots
Download het CRX-bestand van de extensie LDV Generator
Download LDV Generator-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
ITALIANO: Questo add-on estende le funzionalità del software "LDV Generator". Crea un box nella pagina "dettaglio della vendita" di eBay.it e Amazon in grado di raccogliere tutte le informazioni relative al destinatario della spedizione ed inviarle al software così da creare automaticamente le lettere di vettura per alcuni dei principali corrieri italiani. ENGLISH: This add-on extends the features of the software "LDV Generator". Creates a box in the "sales details" of eBay.it and Amazon able to retrieve all the data about the consignee of the shipment and to send them to the software, so to create the shipping documents for some of the most important Italian couriers.
Basisinformatie over de Extensie
Naam | LDV Generator |
ID | fjhmcddlpcjojpicloofdjpapoojgjmb |
Officiële URL | https://chromewebstore.google.com/detail/ldv-generator/fjhmcddlpcjojpicloofdjpapoojgjmb |
Beschrijving | Dalla pagina "dettaglio della vendita" di eBay.it e amazon.it crea un box in grado di inviare i dati al software LDV Generator |
Bestandsgrootte | 109 KB |
Aantal Installaties | 463 |
Huidige Versie | 1.901 |
Laatst Bijgewerkt | 2024-02-29 |
Publicatiedatum | 2020-01-31 |
Beoordeling | 4.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://www.maipiusenza.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.maipiusenza.com/LDV |
Help Pagina-URL | http://www.maipiusenza.com/LDV/istr_import.php |
Ondersteunde Talen | it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LDV Generator", "version": "1.901", "description": "Dalla pagina \"dettaglio della vendita\" di eBay.it e amazon.it crea un box in grado di inviare i dati al software LDV Generator", "content_scripts": [ { "matches": [ "*:\/\/payments.ebay.it\/ws\/eBayISAPI.dll?ViewPaymentStatus&*", "*:\/\/vod.ebay.it\/vod\/FetchOrderDetails*", "*:\/\/k2b-bulk.ebay.it\/ws\/eBayISAPI.dll?EditSalesRecord&*", "*:\/\/www.ebay.it\/sh\/ord\/details*", "*:\/\/www.ebay.it\/mesh\/ord\/details*", "*:\/\/sellercentral.amazon.it\/hz\/orders\/details*", "*:\/\/sellercentral.amazon.it\/orders\/details*", "*:\/\/sellercentral.amazon.it\/orders-v3\/order*", "*:\/\/sellercentral-europe.amazon.com\/hz\/orders\/details*", "*:\/\/sellercentral-europe.amazon.com\/orders\/details*", "*:\/\/sellercentral-europe.amazon.com\/orders-v3\/order*", "http:\/\/www.maipiusenza.com\/LDV\/test*", "https:\/\/www.maipiusenza.com\/Nadia*" ], "css": [ "ldv.css" ], "js": [ "contentscript.js", "ldv.js" ], "run_at": "document_idle", "all_frames": false } ], "background": { "service_worker": "background.js" }, "permissions": [ "webNavigation", "storage", "scripting" ], "host_permissions": [ "https:\/\/sellercentral.amazon.it\/*", "*:\/\/sellercentral-europe.amazon.com\/*", "https:\/\/www.maipiusenza.com\/LDV\/API\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*.png", "ldv.js" ], "matches": [ " |