Load Spotter

Click to email loads, highlight best loads

Wat is Load Spotter?

Load Spotter is een Chrome-extensie ontwikkeld door mukluk, en de belangrijkste functie is "Click to email loads, highlight best loads".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Load Spotter

Download Load Spotter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The extension helps dispatchers find the best loads to call or email for their truck.  It also simplifies dispatcher workflow by allowing "click to email" on truck loads.                    

Basisinformatie over de Extensie

Naam Load Spotter Load Spotter
ID anjknaophdgkjljelgjgoieopobgoaci
Officiële URL https://chromewebstore.google.com/detail/load-spotter/anjknaophdgkjljelgjgoieopobgoaci
Beschrijving Click to email loads, highlight best loads
Bestandsgrootte 5.84 MB
Aantal Installaties 2,273
Huidige Versie 2.5.8
Laatst Bijgewerkt 2024-02-19
Publicatiedatum 2022-01-25
Beoordeling 5.00/5 Totaal 14 Beoordelingen
Ontwikkelaar mukluk
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://extension.spotter.ai/
Help Pagina-URL https://extension.spotter.ai/
URL van de Privacybeleid Pagina https://extension.spotter.ai/privacy
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Load Spotter",
    "description": "Click to email loads, highlight best loads",
    "version": "2.5.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "management",
        "identity",
        "identity.email",
        "scripting",
        "webRequest",
        "offscreen"
    ],
    "oauth2": {
        "client_id": "298325684176-3ojdkja6l2udhgqviune1uk4vtp91arh.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile",
            "https:\/\/www.googleapis.com\/auth\/gmail.send"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    },
    "host_permissions": [
        "https:\/\/freight.api.prod.dat.com\/posting\/v1\/trucks\/",
        "https:\/\/power.dat.com\/*",
        "https:\/\/one.dat.com\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/trbsextension.truckbase.ai\/trbsextension\/authenticate\/",
        "https:\/\/trbsextension.truckbase.ai\/trbsextension\/truck-data\/",
        "https:\/\/trbsextension-dev.truckbase.ai\/trbsextension\/authenticate\/",
        "https:\/\/trbsextension-dev.truckbase.ai\/trbsextension\/truck-data\/",
        "https:\/\/storage.googleapis.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/one.dat.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/json_loader.js",
                "truck_post.js",
                "js\/pako.min.js",
                "lru.js",
                "scripts\/constants.js",
                "scripts\/utils.js",
                "scripts\/ws_caller_assignments.js",
                "scripts\/ui\/power_ui.js",
                "scripts\/table\/power_table.js",
                "scripts\/search\/power_search.js",
                "scripts\/table\/truck_table.js",
                "scripts\/ui\/one_ui.js",
                "scripts\/ui\/truck_ui.js",
                "scripts\/table\/one_table.js",
                "scripts\/search\/one_search.js",
                "scripts\/truck_post_ui\/master_truck_post_ui.js",
                "scripts\/truck_post_ui\/truck_post_ui.js",
                "scripts\/truck_post_ui\/load_search_post_ui.js",
                "scripts\/truck_post_ui\/emailer.js",
                "scripts\/truck_post_ui\/emailer_trucks.js",
                "scripts\/truck_post_ui\/one_ls_post_ui.js",
                "scripts\/truck_post_ui\/one_emailer.js",
                "scripts\/message_handler.js",
                "persistent.js"
            ],
            "css": [
                "css\/one.css",
                "css\/update_msg.css"
            ]
        },
        {
            "matches": [
                "https:\/\/power.dat.com\/postings\/trucks"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/json_loader.js",
                "truck_post.js",
                "js\/pako.min.js",
                "lru.js",
                "scripts\/constants.js",
                "scripts\/utils.js",
                "scripts\/ws_caller_assignments.js",
                "scripts\/ui\/power_ui.js",
                "scripts\/table\/power_table.js",
                "scripts\/data_capture\/load_data.js",
                "scripts\/search\/power_search.js",
                "scripts\/truck_post_ui\/master_truck_post_ui.js",
                "scripts\/truck_post_ui\/truck_post_ui.js",
                "scripts\/truck_post_ui\/load_search_post_ui.js",
                "scripts\/truck_post_ui\/emailer.js",
                "scripts\/truck_post_ui\/emailer_trucks.js",
                "scripts\/message_handler.js",
                "launch.js"
            ],
            "css": [
                "css\/power.css",
                "css\/update_msg.css"
            ]
        },
        {
            "matches": [
                "https:\/\/power.dat.com\/search\/loads"
            ],
            "run_at": "document_end",
            "js": [
                "js\/pako.min.js",
                "lru.js",
                "scripts\/constants.js",
                "scripts\/utils.js",
                "scripts\/json_loader.js",
                "scripts\/ws_caller_assignments.js",
                "scripts\/ui\/power_ui.js",
                "scripts\/table\/power_table.js",
                "scripts\/data_capture\/load_data.js",
                "scripts\/search\/power_search.js",
                "scripts\/truck_post_ui\/master_truck_post_ui.js",
                "scripts\/truck_post_ui\/truck_post_ui.js",
                "scripts\/truck_post_ui\/load_search_post_ui.js",
                "scripts\/truck_post_ui\/emailer.js",
                "scripts\/message_handler.js",
                "launch.js"
            ],
            "css": [
                "css\/power.css",
                "css\/update_msg.css"
            ]
        },
        {
            "matches": [
                "https:\/\/justcall.io\/app\/macapp*",
                "https:\/\/justcall.io\/dialer*"
            ],
            "run_at": "document_end",
            "js": [
                "just_call.js"
            ],
            "css": [
                "css\/just_call.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "\/images\/spotter.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "json\/location_dict.json",
                "json\/zip5_dict.json",
                "json\/search_data.json",
                "json\/src_dst_zip3_to_miles.json",
                "json\/mkt_id_dict.json",
                "images\/spotter.png",
                "images\/blacksmith.png"
            ],
            "matches": [
                "https:\/\/power.dat.com\/*",
                "https:\/\/one.dat.com\/*"
            ]
        }
    ],
    "commands": {
        "next-load": {
            "suggested_key": {
                "default": "Ctrl+Right",
                "mac": "Command+Shift+Right"
            },
            "description": "scroll into view the next best load"
        },
        "next-load-email": {
            "suggested_key": {
                "default": "Ctrl+Left",
                "mac": "Command+Shift+Left"
            },
            "description": "scroll into view the next best email load"
        },
        "print-data-dev": {
            "suggested_key": {
                "default": "Ctrl+Up",
                "mac": "Command+Shift+Up"
            },
            "description": "print data command"
        }
    },
    "icons": {
        "48": "\/images\/spotter.png"
    }
}