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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OmniRocket และคุณลักษณะหลักของมันคือ "The OmniRocket Toolkit gives you a new way to look at Amazon listings and reduces your research time when sourcing!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OmniRocket Toolkit

ดาวน์โหลดไฟล์ส่วนขยาย OmniRocket Toolkit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}