Premium Board for DAT Power by SCD

Make standard load boards more effective and efficient.

Premium Board for DAT Power by SCDคืออะไร?

Premium Board for DAT Power by SCD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steel City Dispatching และคุณลักษณะหลักของมันคือ "Make standard load boards more effective and efficient."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Premium Board for DAT Power by SCD

ดาวน์โหลดไฟล์ส่วนขยาย Premium Board for DAT Power by SCD ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Make standard load boards more effective and efficient.


Premium Board upgrades your standard load boards and adds useful features to help you be a better, more efficient driver or dispatcher. Premium Board offers highlighted loads based on their RPM (Rate Per Mile), a RPM calculator that lets you instantly see what an offer should be based on your desired RPM, minimum and maximum miles to control how far you drive, minimum offer so you can look at the loads that pay what you want, auto-populated emails to save you time, and blocked cities and states to keep you or your drivers on the road and happy.

7 DAY FREE TRIAL


When you're ready to get started, follow these steps.

1. Install this extension.
2. Click the puzzle piece in the tool bar to access your extensions.
3. Click on Premium Board by Steel City Dispatching.
4. Type your email in the popup to activate your free trial.
5. Check your email and click the link to start your trial.
6. Refresh your load board session.
7. Type in your company name when prompted.
8. Experience how much easier searching for loads can be with this tool.
9. Leave us a review or send an email! Tell us what you like, what you don't like, what you'd like to see added. We love to hear from you because we built it for you.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Premium Board for DAT Power by SCD Premium Board for DAT Power by SCD
ID eephdadbjipggdifhmepldogcnaklljb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/premium-board-for-dat-pow/eephdadbjipggdifhmepldogcnaklljb
คำอธิบาย Make standard load boards more effective and efficient.
ขนาดไฟล์ 21.56 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2023-03-16
วันที่เผยแพร่ 2023-02-14
ผู้พัฒนา Steel City Dispatching
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.steelcitydispatching.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Premium Board for DAT Power by SCD",
    "short_name": "SCD",
    "version": "1.7",
    "description": "Make standard load boards more effective and efficient.",
    "icons": {
        "16": "Images\/scdlogo.png",
        "48": "Images\/scdlogo.png",
        "128": "Images\/scdlogo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*",
                "https:\/\/power.dat.com\/*"
            ],
            "js": [
                "ExtPay.js",
                "inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}