FactoRight

Factoright is the Chrome extension designed to seamlessly integrate brokers' factoring scores into your DAT load board experience.

FactoRight란 무엇입니까?

FactoRight은(는) https://factoright.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Factoright is the Chrome extension designed to seamlessly integrate brokers' factoring scores into your DAT load board experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        FactoRight: Instant Factoring Score at Your Fingertips
FactoRight is the Chrome extension designed to seamlessly integrate brokers' factoring scores 
into your DAT load board experience. With just a click, you can view the factoring score of 
Freight Brokers directly on your load board.

Why Opt for FactoRight?
Time Efficiency: Say goodbye to manually hunting for credible information about 
Freight Brokers. Let FactoRight do the legwork for you.
Tailored Experience: Can't find your factoring company listed? No problem. Send us a 
request to add it, and our team will work to include it for you.

How to Use FactoRight:
1️⃣ Install FactoRight: Add the FactoRight extension to your Chrome Browser.
2️⃣ Login to DAT Load Board: Access your DAT load board account as usual.
3️⃣ Access Factoring Scores: Simply click on the DispatchMate extension logo located in 
the top right corner of your browser while on the load board.

Try It for Free Today!
Are you ready to experience the most convenient way to assess brokers' factoring scores? 
Download FactoRight now and enjoy a free trial!

Contact Us:
For any inquiries or assistance, our friendly team is here to support you. Feel free to reach out to                    

확장 프로그램 기본 정보

이름 FactoRight FactoRight
ID abpkbnjbcjffhdfiibkeodpcejlfpcki
공식 URL https://chromewebstore.google.com/detail/factoright/abpkbnjbcjffhdfiibkeodpcejlfpcki
설명 Factoright is the Chrome extension designed to seamlessly integrate brokers' factoring scores into your DAT load board experience.
파일 크기 656 KB
설치 횟수 186
현재 버전 1.1.0
최근 업데이트 2024-02-20
출시 날짜 2023-08-21
평점 5.00/5 총 7 개의 평점
개발자 https://factoright.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https:///www.factoright.com
개인정보 보호 정책 페이지 URL https://www.factoright.com/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FactoRight",
    "description": "Factoright is the Chrome extension designed to seamlessly integrate brokers' factoring scores into your DAT load board experience.",
    "version": "1.1.0",
    "manifest_version": 3,
    "icons": {
        "32": "src\/assets\/icons\/32px.png",
        "64": "src\/assets\/icons\/64px.png",
        "128": "src\/assets\/icons\/128px.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader.57f63977.js"
            ],
            "matches": [
                "*:\/\/power.dat.com\/*",
                "*:\/\/main.truckstop.com\/*",
                "*:\/\/one.dat.com\/*",
                "*:\/\/truckersedge.dat.com\/*",
                "*:\/\/dispatchmate.pro\/*",
                "*:\/\/factoright.com\/*",
                "*:\/\/www.factoright.com\/*",
                "*:\/\/relaybooking.com\/*",
                "*:\/\/www.dat.com\/*"
            ],
            "css": [
                "assets\/styles.67812920.css"
            ]
        },
        {
            "js": [
                "assets\/power.ts-loader.765df1d5.js"
            ],
            "matches": [
                "*:\/\/power.dat.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/one.ts-loader.8c44e056.js"
            ],
            "matches": [
                "*:\/\/one.dat.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/edge.ts-loader.0ff8478b.js"
            ],
            "matches": [
                "*:\/\/truckersedge.dat.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/truckstop.ts-loader.592532c9.js"
            ],
            "matches": [
                "*:\/\/main.truckstop.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "assets\/styles.67812920.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/16px.png",
            "32": "src\/assets\/icons\/32px.png",
            "64": "src\/assets\/icons\/64px.png",
            "128": "src\/assets\/icons\/128px.png"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/dispatchmate.pro\/*",
                "*:\/\/factoright.com\/*",
                "*:\/\/main.truckstop.com\/*",
                "*:\/\/one.dat.com\/*",
                "*:\/\/power.dat.com\/*",
                "*:\/\/relaybooking.com\/*",
                "*:\/\/truckersedge.dat.com\/*",
                "*:\/\/www.dat.com\/*",
                "*:\/\/www.factoright.com\/*"
            ],
            "resources": [
                "src\/get.js",
                "src\/register.js",
                "src\/assets\/icons\/128px.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/dispatchmate.pro\/*",
                "*:\/\/factoright.com\/*",
                "*:\/\/main.truckstop.com\/*",
                "*:\/\/one.dat.com\/*",
                "*:\/\/power.dat.com\/*",
                "*:\/\/relaybooking.com\/*",
                "*:\/\/truckersedge.dat.com\/*",
                "*:\/\/www.dat.com\/*",
                "*:\/\/www.factoright.com\/*"
            ],
            "resources": [
                "assets\/index.ts.ee83e45a.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/power.dat.com\/*"
            ],
            "resources": [
                "assets\/functions.73969ed0.js",
                "assets\/user.3f40c6bf.js",
                "assets\/functions.baadf31b.js",
                "assets\/power.ts.bb646e67.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/one.dat.com\/*"
            ],
            "resources": [
                "assets\/functions.73969ed0.js",
                "assets\/user.3f40c6bf.js",
                "assets\/functions.baadf31b.js",
                "assets\/one.ts.65dd6dbf.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/truckersedge.dat.com\/*"
            ],
            "resources": [
                "assets\/functions.73969ed0.js",
                "assets\/user.3f40c6bf.js",
                "assets\/functions.baadf31b.js",
                "assets\/edge.ts.a660ca96.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/main.truckstop.com\/*"
            ],
            "resources": [
                "assets\/functions.73969ed0.js",
                "assets\/user.3f40c6bf.js",
                "assets\/functions.baadf31b.js",
                "assets\/truckstop.ts.33f630f5.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "host_permissions": [
        "*:\/\/dispatchmate.pro\/*",
        "*:\/\/main.truckstop.com\/*",
        "*:\/\/factoright.com\/*",
        "*:\/\/www.factoright.com\/*",
        "*:\/\/power.dat.com\/*",
        "*:\/\/one.dat.com\/*",
        "*:\/\/truckersedge.dat.com\/*",
        "*:\/\/relaybooking.com\/*",
        "*:\/\/www.dat.com\/*"
    ]
}