Load Spotter

Click to email loads, highlight best loads

Cos'è Load Spotter?

Load Spotter è un'estensione di Chrome sviluppata da mukluk, e la sua funzione principale è "Click to email loads, highlight best loads".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Load Spotter

Scarica i file di estensione Load Spotter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Load Spotter Load Spotter
ID anjknaophdgkjljelgjgoieopobgoaci
URL Ufficiale https://chromewebstore.google.com/detail/load-spotter/anjknaophdgkjljelgjgoieopobgoaci
Descrizione Click to email loads, highlight best loads
Dimensione del File 5.84 MB
Conteggio Installazioni 2,273
Versione Corrente 2.5.8
Ultimo Aggiornamento 2024-02-19
Data di Pubblicazione 2022-01-25
Valutazione 5.00/5 Totale 14 Valutazioni
Sviluppatore mukluk
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://extension.spotter.ai/
URL della Pagina di Aiuto https://extension.spotter.ai/
URL della Pagina della Politica sulla Privacy https://extension.spotter.ai/privacy
Lingue Supportate 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"
    }
}