DAT Snap

Book loads faster with DAT Snap.

DAT Snap란 무엇입니까?

DAT Snap은(는) https://datsnap.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Book loads faster with DAT Snap."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

DAT Snap 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
    }
}