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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://datsnap.com/
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}