OmniRocket Toolkit

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

OmniRocket Toolkit là gì?

OmniRocket Toolkit là một tiện ích mở rộng Chrome được phát triển bởi OmniRocket, và tính năng chính của nó là "The OmniRocket Toolkit gives you a new way to look at Amazon listings and reduces your research time when sourcing!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng OmniRocket Toolkit

Tải xuống các tệp mở rộng OmniRocket Toolkit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OmniRocket Toolkit OmniRocket Toolkit
ID jgdnjjaimcioegehkpjgaaphiiahnbpf
URL Chính Thức https://chromewebstore.google.com/detail/omnirocket-toolkit/jgdnjjaimcioegehkpjgaaphiiahnbpf
Mô tả The OmniRocket Toolkit gives you a new way to look at Amazon listings and reduces your research time when sourcing!
Kích Thước Tệp 359 KB
Số Lần Cài Đặt 705
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2024-02-25
Ngày Phát Hành 2020-06-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển OmniRocket
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.omnirocket.com
URL Trang Chính Sách Bảo Mật https://www.omnirocket.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}