OmniRocket Toolkit

The OmniRocket Toolkit gives you a new way to look at Amazon listings and reduces your research time when sourcing!

OmniRocket Toolkit란 무엇입니까?

OmniRocket Toolkit은(는) OmniRocket에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The OmniRocket Toolkit gives you a new way to look at Amazon listings and reduces your research time when sourcing!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The OmniRocket Toolkit gives you a new way to look at Amazon listings and reduces your research time when sourcing!                    

확장 프로그램 기본 정보

이름 OmniRocket Toolkit OmniRocket Toolkit
ID jgdnjjaimcioegehkpjgaaphiiahnbpf
공식 URL https://chromewebstore.google.com/detail/omnirocket-toolkit/jgdnjjaimcioegehkpjgaaphiiahnbpf
설명 The OmniRocket Toolkit gives you a new way to look at Amazon listings and reduces your research time when sourcing!
파일 크기 359 KB
설치 횟수 705
현재 버전 2.0.5
최근 업데이트 2024-02-25
출시 날짜 2020-06-23
평점 5.00/5 총 1 개의 평점
개발자 OmniRocket
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.omnirocket.com
개인정보 보호 정책 페이지 URL https://www.omnirocket.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": "img\/icon19.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "\/dist\/js\/content_script_1.min.js"
            ],
            "matches": [
                "http:\/\/*.amazon.com\/*",
                "http:\/\/*.amazon.ca\/*",
                "http:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.co.uk\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "\/dist\/css\/amazon.css"
            ],
            "js": [
                "\/lib\/jquery-2.1.4.min.js",
                "\/lib\/moment.min.js",
                "\/lib\/Chart.min.js",
                "\/lib\/chart-zoom-plugin.js",
                "\/dist\/js\/content_script_2.min.js"
            ],
            "matches": [
                "http:\/\/*.amazon.com\/*",
                "http:\/\/*.amazon.ca\/*",
                "http:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.co.uk\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "\/dist\/js\/content_script_3.min.js"
            ],
            "matches": [
                "https:\/\/sellercentral.amazon.com\/hz\/fba\/profitabilitycalculator\/index*",
                "https:\/\/sellercentral.amazon.com\/fba\/profitabilitycalculator\/index*"
            ],
            "run_at": "document_end"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "icons": {
        "128": "img\/icon128.png",
        "256": "img\/[email protected]"
    },
    "manifest_version": 3,
    "name": "OmniRocket Toolkit",
    "permissions": [
        "storage",
        "webRequest",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*.amazon.com\/*",
        "*:\/\/www.amazon.ca\/*",
        "*:\/\/www.amazon.co.uk\/*",
        "*:\/\/*.images-amazon.com\/*",
        "*:\/\/*.omnirocket.com\/*",
        "https:\/\/sellercentral.amazon.com\/*"
    ],
    "version": "2.0.5",
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*",
                "\/lib\/*",
                "\/html\/*",
                "\/dist\/css\/*",
                "\/dist\/js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}