CommerceIQ Insights

CommerceIQ’s official browser extension helps you get insights on your Amazon Business without leaving the product detail page (PDP)

ما هو CommerceIQ Insights؟

CommerceIQ Insights هو إضافة Chrome تم تطويرها بواسطة https://commerceiq.ai، والميزة الرئيسية لها هي "CommerceIQ’s official browser extension helps you get insights on your Amazon Business without leaving the product detail page (PDP)".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CommerceIQ Insights

قم بتنزيل ملفات الامتداد CommerceIQ Insights بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        CommerceIQ’s official browser extension helps you get insights on your Amazon Business without leaving the product detail page (PDP)

New: Powered with Generative AI, you can now get curated content suggestions and deeply analyze customer sentiment on any product on Amazon! You don't need an account - just install the plugin and get started today! Use this to improve organic relevance, Share of Voice, and do deep competitor research.

Metrics like Revenue, Shipped COGS, Advertising Spend, and many more can be viewed for all your SKUs on their detail pages. Important events like OOS date, content change, lost buy box, etc can also be viewed along with the trend lines to help you understand which events caused the trends. With so many data points around an SKU, having a single source would make decision-making much easier.

To access it, all you need to do is install this extension and login using your CommerceIQ credentials

About CommerceIQ

CommerceIQ™ provides a machine learning and automation platform that is a single source of truth used by teams spanning sales, operations, and marketing to collaborate and share data-driven insights. These brands implement CommerceIQ’s machine based commerce technology and business processes, which are purpose-built to tune Amazon’s algorithms, to be closer to the consumer and drive profitable growth. The combination empowers ecommerce teams to respond in real-time to changing variables across hundreds of SKUs requiring tens of thousands of decisions and actions per week to win at the moment of purchase. Leading consumer brands accounting for billions of dollars in Amazon sales and marketing spend have reduced out of stock rates by up to 32%, increased conversion rates by at least +15%, and generated on average a +12% incremental sales lift in the first quarter after launching CommerceIQ™. For more information, visit CommerceIQ.ai where you can also request a demo.
CommerceIQ™ is a trademark of Boomerang Commerce in the U.S. and other countries. All other trademarks are the property of their respective companies.                    

معلومات أساسية عن التمديد

الاسم CommerceIQ Insights CommerceIQ Insights
ID knmkalnmhkhjpojmnlfkmfbdagpcommg
عنوان URL الرسمي https://chromewebstore.google.com/detail/commerceiq-insights/knmkalnmhkhjpojmnlfkmfbdagpcommg
الوصف CommerceIQ’s official browser extension helps you get insights on your Amazon Business without leaving the product detail page (PDP)
حجم الملف 11.6 MB
عدد التثبيتات 1,124
النسخة الحالية 1.3.60
آخر تحديث 2023-12-14
تاريخ النشر 2020-06-17
تقييم 5.00/5 مجموع تقييمات 8
المطور https://commerceiq.ai
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://commerceiq.ai/
عنوان صفحة سياسة الخصوصية https://commerceiq.ai/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CommerceIQ Insights",
    "description": "CommerceIQ\u2019s official browser extension helps you get insights on your Amazon Business without leaving the product detail page (PDP)",
    "version": "1.3.60",
    "manifest_version": 2,
    "short_name": "CIQ Insights",
    "icons": {
        "16": "icons\/IQ_16.png",
        "32": "icons\/IQ_32.png",
        "48": "icons\/IQ_48.png",
        "128": "icons\/IQ_128.png"
    },
    "browser_action": {
        "default_title": "CommerceIQ",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "icons\/IQ_16.png",
            "32": "icons\/IQ_32.png",
            "48": "icons\/IQ_48.png",
            "128": "icons\/IQ_128.png"
        }
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "cookies",
        "unlimitedStorage",
        "https:\/\/www.amazon.com\/",
        "https:\/\/www.amazon.ca\/",
        "https:\/\/www.amazon.co.uk\/",
        "https:\/\/*.commerceiq.ai\/",
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        "icons\/*"
    ],
    "optional_permissions": [
        "tabs",
        "https:\/\/www.amazon.fr\/",
        "https:\/\/www.amazon.de\/",
        "https:\/\/www.amazon.es\/",
        "https:\/\/www.amazon.in\/",
        "https:\/\/www.amazon.it\/",
        "https:\/\/www.amazon.com.mx\/",
        "https:\/\/smile.amazon.com\/",
        "https:\/\/www.amazon.nl\/",
        "https:\/\/www.amazon.pl\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.commerceiq.ai\/*"
        ]
    },
    "incognito": "not_allowed",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.pl\/*"
            ],
            "run_at": "document_end",
            "js": [
                "page_injects\/index.js"
            ],
            "css": [
                "page_injects\/index.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}