Des forfaits pour tous

Garantie de remboursement de 14 jours!

Gold

Parfait pour un transporteur qui opère à l’intérieur du Canada

Ce qui est inclus
  • Pistes de ventes Canadiennes
  • TransCredit Canada
  • Equifax
  • Cargaisons payées plus rapidement
  • Rate Index
  • Posting Index
  • Pistes de ventes USA
  • TransCredit USA
  • ACE/ACI
  • IFTA

  • Site Web d’entreprise

Canadian Pro

Meilleurs babillard de cargaisons et données de tarifs pour les transporteurs intra-canadiens

Ce qui est inclus
  • Pistes de ventes Canadiennes
  • TransCredit Canada
  • Equifax
  • Cargaisons payées plus rapidement
  • Rate Index
  • Posting Index
  • Pistes de ventes USA
  • TransCredit USA
  • ACE/ACI
  • IFTA
  • Site Web d’entreprise

Le plus populaire

Platinum Power

Accédez à plus de 200,000 cargaisons transfrontalières chaque mois à travers l’Amérique du Nord

Ce qui est inclus
  • Pistes de ventes Canadiennes
  • TransCredit Canada
  • Equifax
  • Cargaisons payées plus rapidement
  • Posting Index
  • Pistes de ventes USA

  • TransCredit USA
  • Rate Index
  • ACE/ACI
  • IFTA

  • Site Web d’entreprise

Diamond

Le forfait complet, avec toutes les caractéristiques déverrouillées

Ce qui est inclus
  • Pistes de ventes Canadiennes

  • TransCredit Canada
  • Equifax
  • Cargaisons payées plus rapidement
  • Posting Index
  • Pistes de ventes USA

  • TransCredit USA
  • Rate Index
  • ACE/ACI
  • IFTA
  • Site Web d’entreprise

Vous ne trouvez pas ce que vous cherchez?

Parlez à l’un de nos spécialistes en produits pour découvrir un éventail de plans encore plus étendu et apprendre comment personnaliser votre abonnement Loadlink afin de maximiser votre potentiel de rentabilité.

var pricePackageChoice = ""; document.getElementById('goldBtn').addEventListener("click", function() { pricePackageChoice = "Gold" }); document.getElementById('CanadianProbtn').addEventListener("click", function() { pricePackageChoice = "Candian Pro" }); document.getElementById('Platniumbtn').addEventListener("click", function() { pricePackageChoice = "Platinum" }); document.getElementById('DiamonBtn').addEventListener("click", function() { pricePackageChoice = "Diamond" }); function testFunction( obj ) { if ( "complete" == obj.status ) { new_order = { order_id: obj.data.cf_id, total: obj.data.total, first_name: obj.data.first_name, last_name: obj.data.last_name, email_address: obj.data.email_address, phone_number: obj.data.phone_number, country: obj.data.country, province: obj.data.province, state: obj.data.state, company: obj.data.company, operator_type: obj.data.operator_type }; let form = document.createElement('form'); form.action = 'https://loadlink.transcore.ca/l/82442/2020-04-16/5l49vl'; form.method = 'POST'; var enteredState = ""; if (new_order.province == "") { enteredState = new_order.state; } if (new_order.state == "") { enteredState = new_order.province; } form.innerHTML = ''; // the form must be in the document to submit it document.body.append(form); //Submit form form.submit(); // Google conversion call gtag_report_conversion(window.location.href); } }