etailinsights Shopping Cart Analyzer

This extension will show information about the current website / company from etailinsights.

etailinsights Shopping Cart Analyzerคืออะไร?

etailinsights Shopping Cart Analyzer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://etailinsights.com และคุณลักษณะหลักของมันคือ "This extension will show information about the current website / company from etailinsights."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย etailinsights Shopping Cart Analyzer

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

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

                        The etailinsights Shopping Cart Analyzer allows users of etailinsights to see eCommerce technologies and other data for the current website tab. etailinsights is the leading platform focused 100% on retailer data and contact information.

Version History:
3.2: Added Traffic Analytics, removed sunsetted data points
3.1: Display Executive email addresses on Executive tab when available, minor bug fixes, added facebook followers info in technologies section.
3.0: Complete user interface re-work and support for Community Profiles
2.1: Adds support for pushing data to Salesforce from directly inside the extension
2.0: New extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ etailinsights Shopping Cart Analyzer etailinsights Shopping Cart Analyzer
ID inhfdmojfgcohoanphbepbgjnoaaendg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/etailinsights-shopping-ca/inhfdmojfgcohoanphbepbgjnoaaendg
คำอธิบาย This extension will show information about the current website / company from etailinsights.
ขนาดไฟล์ 4.51 MB
จำนวนการติดตั้ง 1,599
เวอร์ชันปัจจุบัน 3.3.0
อัปเดตครั้งล่าสุด 2023-12-19
วันที่เผยแพร่ 2020-01-10
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://etailinsights.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.etailinsights.com
URL หน้าช่วยเหลือ https://app.etailinsights.com/site/support
URL หน้านโยบายความเป็นส่วนตัว https://etailinsights.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnhaUtPhkvecKkA0W6LXO2mV2TftlKF2cJN2Ak7x7ur0EUsR\/YIvKxqtLhNujnzNYIeOcbgmptSAm3sYCRFsw1MsitZ0U39fzi6Kq\/YRAhp\/LBI7l\/YxCvcjCADW07F5s4G1XW\/MxEll0QbtmNcBT96DUpvuOlAv9IfRhkg64kunQvscwt7sykZBnYtFf7fVFHjYZUxCIuttKFeLgw5weMZWC9SHDIGfk7SkfadeRHVOuZkfGnMx00ms9zygfEJXMeMXVmwpOQTX04YPyLYWoxuGDmhyBN5Zdwy7DbyqzO2saWiLwRXeyHpCIjQofTWzNfMpLfDoH+gXbTANLeXlUxwIDAQAB",
    "name": "etailinsights Shopping Cart Analyzer",
    "version": "3.3.0",
    "version_name": "3.3.0",
    "description": "This extension will show information about the current website \/ company from etailinsights.",
    "icons": {
        "48": "images\/cart_icon_48.png",
        "96": "images\/cart_icon_96.png",
        "144": "images\/cart_icon_144.png",
        "168": "images\/cart_icon_168.png",
        "192": "images\/cart_icon_192.png"
    },
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "action": {
        "default_icon": {
            "48": "images\/cart_icon_48.png",
            "96": "images\/cart_icon_96.png",
            "144": "images\/cart_icon_144.png"
        },
        "default_title": "etailinsights Shopping Cart Analyzer"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "overlay.html",
                "app\/*",
                "js\/*",
                "css\/*",
                "images\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.etailinsights.com\/*"
        ]
    },
    "permissions": [
        "identity",
        "activeTab",
        "notifications",
        "background",
        "tabs",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/api.etailinsights.com\/",
        "https:\/\/dev2api.etailinsights.com\/",
        "https:\/\/ajax.googleapis.com\/",
        "https:\/\/*.etailinsights.com\/",
        "https:\/\/s3.amazonaws.com\/eti-images*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ]
}