DAT Snap

Book loads faster with DAT Snap.

ما هو DAT Snap؟

DAT Snap هو إضافة Chrome تم تطويرها بواسطة https://datsnap.com، والميزة الرئيسية لها هي "Book loads faster with DAT Snap.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة DAT Snap

قم بتنزيل ملفات الامتداد DAT Snap بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم DAT Snap DAT Snap
ID ofokcbfkahloimfjddpcogahlhoghbbc
عنوان URL الرسمي https://chromewebstore.google.com/detail/dat-snap/ofokcbfkahloimfjddpcogahlhoghbbc
الوصف Book loads faster with DAT Snap.
حجم الملف 180 KB
عدد التثبيتات 203
النسخة الحالية 1.0.5
آخر تحديث 2024-01-11
تاريخ النشر 2023-06-22
تقييم 5.00/5 مجموع تقييمات 2
المطور https://datsnap.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
عنوان صفحة المساعدة https://datsnap.com/
عنوان صفحة سياسة الخصوصية https://datsnap.com
اللغات المدعومة 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"
    }
}