X-Ray | E-commerce AI Growth Co-Pilot

Your XRay commerce AI co-pilot, simple tool to analyze and optimize your e-commerce shop and product listings.

X-Ray | E-commerce AI Growth Co-Pilot क्या है?

X-Ray | E-commerce AI Growth Co-Pilot https://x-raycommerce.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your XRay commerce AI co-pilot, simple tool to analyze and optimize your e-commerce shop and product listings."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में X-Ray | E-commerce AI Growth Co-Pilot एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        X-Ray Chrome Extension

Get instant product insights and optimization recommendations with the X-Ray Chrome Extension. Boost your Etsy shop's performance with ease.

KEY FEATURES 
🔍 Instantly analyze product listings for SEO optimization
 📈 Access real-time data and analytics for informed decision-making 
💡 Receive personalized recommendations to improve visibility and sales 
📚 Manage your X-Ray tools and settings effortlessly 
🔒 Ensure secure and private access to your shop's data

🔍 Product Analysis 🔍
Analyze your Etsy listings for SEO optimization
Get real-time data on listing performance and visibility
Identify opportunities to improve product descriptions and keywords

📈 Real-time Insights 📈
Access up-to-date data and analytics on your shop's performance
Monitor sales trends, traffic sources, and conversion rates
Make data-driven decisions to grow your business

📚 Tools and Settings 📚
Easily manage and customize your X-Ray tools
Set preferences for notifications and alerts
Control your account and data settings with ease

🔒 Secure and Private 🔒
Your shop's data is protected with advanced security measures
X-Ray ensures your privacy and confidentiality
Access your shop's information securely within the extension

Supercharge your Etsy selling journey with the X-Ray Chrome Extension. Maximize your shop's potential and achieve your business goals effortlessly.

Trusted by Etsy sellers worldwide, X-Ray is the go-to solution for data-driven success on the Etsy platform. Join our community of thriving sellers today!

ABOUT X-Ray is an innovative platform that empowers Etsy sellers with advanced tools and insights to optimize their shop's performance. Our mission is to help sellers succeed by providing actionable data, personalized recommendations, and valuable market intelligence. Whether you're a seasoned seller or just starting your Etsy journey, X-Ray is your trusted companion for growth and success.                    

एक्सटेंशन की मूल जानकारी

नाम X-Ray | E-commerce AI Growth Co-Pilot X-Ray | E-commerce AI Growth Co-Pilot
ID blecaidhfbhnbeiljpfmcapeelpbnlac
आधिकारिक URL https://chromewebstore.google.com/detail/x-ray-e-commerce-ai-growt/blecaidhfbhnbeiljpfmcapeelpbnlac
विवरण Your XRay commerce AI co-pilot, simple tool to analyze and optimize your e-commerce shop and product listings.
फ़ाइल का आकार 33.2 KB
स्थापना संख्या 190
वर्तमान संस्करण 0.1.10
अंतिम अपडेट 2023-10-29
प्रकाशन तिथि 2023-08-14
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://x-raycommerce.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.x-raycommerce.com/
सहायता पृष्ठ URL https://www.x-raycommerce.com/contactus
गोपनीयता नीति पृष्ठ URL https://www.x-raycommerce.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.1.10",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "icons": {
        "48": "\/icons\/icon48.png",
        "128": "\/icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
        "sandboxed_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "action": {
        "default_icons": {
            "16": "\/icons\/icon48.png",
            "24": "\/icons\/icon128.png",
            "32": "\/icons\/icon128.png"
        },
        "default_title": "X-Ray | E-commerce AI Growth Co-Pilot",
        "default_popup": ".\/popup\/popup.html"
    },
    "background": {
        "service_worker": ".\/background.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "options_page": ".\/options\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.etsy.com\/listing\/*",
        "https:\/\/www.x-raycommerce.com\/api\/*"
    ]
}