Relay Auto Booker Refresher - JungleBark

Number One Amazon Relay Auto Booker and Auto Refresher, JungleBark Autobooker.

Relay Auto Booker Refresher - JungleBark란 무엇입니까?

Relay Auto Booker Refresher - JungleBark은(는) https://junglebark.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Number One Amazon Relay Auto Booker and Auto Refresher, JungleBark Autobooker."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Relay Auto Booker Refresher - JungleBark 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        JungleBark is an auto refresher and auto booker that helps carriers book trips on Amazon Relay.

Make your workflow more efficient!

Jungle Bark auto refreshes Amazon Relay Load Board and notifies or auto books trips on Relay Load Board. This saves time for dispatchers, because otherwise they would have to refresh and book Amazon trips manually. Well paying Amazon trips are gone quickly and it’s difficult to book them manually.

Easy to find one click button is placed on Amazon Relay Load Board and once it’s clicked a standalone "JungleBark Load Board" opens. JungleBark Load Board replicates Relay Load Board and makes it easy to read and navigate. No other autobooker does this.

JungleBark features following filters that are not found on native Amazon Relay Load Board:
Exclude Containers
Exclude Third Party Loads
Exclude Recovery Loads
Book and Notify Empty Trailers Only
Stem Time
Control of Origin and Last Stop Dates and Times
Skip Origins, Destinations and Facilities
Filtering by Amazon Facility Codes

7-days free trial. No card required.

Pricing:
- $49.95/month for the Basic Package
- $99.95/month for the Pro Package (Most Popular)

Save money by purchasing yearly subscriptions:
- $449.95/year for the Basic Package (Save $149.45)
- $899.95/year for the Pro Package (Save $299.45)

Guaranteed ongoing support.

Instructions:
1.  Click on "Add to Chrome" button to install JungleBark extension from Chrome Web Store
2.  Go to Amazon Relay Load Board
3.  Find and click on JungleBark button

Have questions, concerns or feedback?
Contact us: [email protected]                    

확장 프로그램 기본 정보

이름 Relay Auto Booker Refresher - JungleBark Relay Auto Booker Refresher - JungleBark
ID eojplkphkklgkbknkfpicafgmkpbbamk
공식 URL https://chromewebstore.google.com/detail/relay-auto-booker-refresh/eojplkphkklgkbknkfpicafgmkpbbamk
설명 Number One Amazon Relay Auto Booker and Auto Refresher, JungleBark Autobooker.
파일 크기 802 KB
설치 횟수 379
현재 버전 1.0.10
최근 업데이트 2023-04-27
출시 날짜 2022-11-14
평점 5.00/5 총 4 개의 평점
개발자 https://junglebark.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://junglebark.com/
도움말 페이지 URL https://junglebark.com/contact-us
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Relay Auto Booker Refresher - JungleBark",
    "version": "1.0.10",
    "description": "Number One Amazon Relay Auto Booker and Auto Refresher, JungleBark Autobooker.",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/relay.amazon.com\/*",
                "https:\/\/relay.amazon.co.uk\/*",
                "https:\/\/relay.amazon.de\/*",
                "https:\/\/relay.amazon.it\/*",
                "https:\/\/relay.amazon.fr\/*",
                "https:\/\/relay.amazon.es\/*",
                "https:\/\/relay.amazon.ca\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "assets\/images\/icon48.png"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/api.junglebark.com\/*",
            "https:\/\/relay.amazon.com\/*",
            "https:\/\/relay.amazon.co.uk\/*",
            "https:\/\/relay.amazon.de\/*",
            "https:\/\/relay.amazon.it\/*",
            "https:\/\/relay.amazon.fr\/*",
            "https:\/\/relay.amazon.es\/*",
            "https:\/\/relay.amazon.ca\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/error.svg",
                "assets\/images\/no-matches.svg",
                "assets\/media\/beep.wav",
                "injected.js"
            ],
            "matches": [
                "https:\/\/relay.amazon.com\/*",
                "https:\/\/relay.amazon.co.uk\/*",
                "https:\/\/relay.amazon.de\/*",
                "https:\/\/relay.amazon.it\/*",
                "https:\/\/relay.amazon.fr\/*",
                "https:\/\/relay.amazon.es\/*",
                "https:\/\/relay.amazon.ca\/*"
            ]
        }
    ],
    "content_security_policy": {
        "script-src": "'self' https:\/\/app.junglebark.com",
        "object-src": "self"
    }
}