DAT Snap
Book loads faster with DAT Snap.
Cos'è DAT Snap?
DAT Snap è un'estensione di Chrome sviluppata da https://datsnap.com, e la sua funzione principale è "Book loads faster with DAT Snap.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione DAT Snap
Scarica i file di estensione DAT Snap 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
DAT Snap now supports both DAT One and DAT Power! Our Chrome extension helps dispatchers and carriers book freight faster and more efficiently on DAT. Use your keyboard arrow keys to navigate through different searches. No more clicking. Integrate Gmail and instantly email brokers for posted loads with one click. Instead of DATs lane feature, use Google Maps.
Informazioni di Base sull'Estensione
Nome | DAT Snap |
ID | ofokcbfkahloimfjddpcogahlhoghbbc |
URL Ufficiale | https://chromewebstore.google.com/detail/dat-snap/ofokcbfkahloimfjddpcogahlhoghbbc |
Descrizione | Book loads faster with DAT Snap. |
Dimensione del File | 180 KB |
Conteggio Installazioni | 203 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2024-01-11 |
Data di Pubblicazione | 2023-06-22 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://datsnap.com |
[email protected] | |
Tipo di Pagamento | in_app |
URL della Pagina di Aiuto | https://datsnap.com/ |
URL della Pagina della Politica sulla Privacy | https://datsnap.com |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DAT Snap", "description": "Book loads faster with DAT Snap.", "host_permissions": [ "https:\/\/one.dat.com\/*", "https:\/\/power.dat.com\/*", "https:\/\/app.datsnap.com\/*" ], "permissions": [ "storage" ], "version": "1.0.5", "background": { "service_worker": "background.b63cfa4b.js" }, "content_scripts": [ { "matches": [ "https:\/\/one.dat.com\/*", "https:\/\/power.dat.com\/*" ], "js": [ "foreground.15e90d95.js" ], "css": [] } ], "web_accessible_resources": [ { "resources": [ "images\/maps.png" ], "matches": [ "https:\/\/one.dat.com\/*", "https:\/\/power.dat.com\/*" ] } ], "action": { "default_popup": "popup.9cefaddf.html" }, "icons": { "128": "logo.689b09f0.png" } } |