DAT Snap
Book loads faster with DAT Snap.
What is DAT Snap?
DAT Snap is a Chrome extension developed by https://datsnap.com, and its main feature is "Book loads faster with DAT Snap.".
Extension Screenshots
Download DAT Snap Extension CRX File
Download DAT Snap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | DAT Snap |
ID | ofokcbfkahloimfjddpcogahlhoghbbc |
Official URL | https://chromewebstore.google.com/detail/dat-snap/ofokcbfkahloimfjddpcogahlhoghbbc |
Description | Book loads faster with DAT Snap. |
File Size | 180 KB |
Installation Count | 203 |
Current Version | 1.0.5 |
Last Updated | 2024-01-11 |
Publish Date | 2023-06-22 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://datsnap.com |
[email protected] | |
Payment Type | in_app |
Help Page URL | https://datsnap.com/ |
Privacy Policy Page URL | https://datsnap.com |
Supported Languages | 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" } } |