Alura Extension

Etsy product listings tool and the search on Etsy made easy.

Qu'est-ce que Alura Extension ?

Alura Extension est une extension Chrome développée par https://www.alura.io, et sa fonction principale est "Etsy product listings tool and the search on Etsy made easy.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Alura Extension

Téléchargez les fichiers d'extension Alura Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Alura Chrome Extension: Unleash Your Etsy Potential – Unlimited Free Searches Forever!

🚀 Welcome to Alura 2.0, Launched in November 2023! Your game-changing tool for mastering Etsy is here. The Alura Chrome Extension transforms your Etsy journey, offering unparalleled insights and analytics with just a single click. Say goodbye to tedious research and hello to smart, informed decisions! Just download and see for yourself why 200.000 Etsy sellers prefer Alura. 

Alura’s Power Features:
✅ Sales & Revenue Estimates: Get monthly breakdowns of shop and listing sales from their inception.
✅ Popularity Tracking: See which listings are capturing buyers' attention.
✅ AI-Enhanced Insights: Our AI analyzes reviews to provide you with comprehensive insights on any listing or shop. Discover what buyers love, pinpoint areas for improvement, and learn exactly how to outperform your competitors.
✅ Keyword Tag Analysis: Uncover the tags driving the top listings.
✅ Effortless Data Export: Download insights with just one click.

Why Alura is a Must-Have for Every Etsy Seller:
✔️ Unlimited Free Searches Forever: Dive into endless insights without ever hitting a paywall. 
✔️ Instant Etsy Insights: Seamless integration with Etsy means you get real-time data on any product page you visit. It's like having a research assistant who never sleeps!
✔️ Direct Etsy Data: Alura connects directly to Etsy, giving you the most accurate, up-to-date information. Outsmart your competition with data they can't access!
✔️ Easy Product Idea Validation: Quickly assess the market demand for new products. Alura isn't just a tool; it's your strategic partner in growth.
✔️ Elevate Your Listings: Monitor and compare your products’ performance effortlessly. Stay ahead in your category and watch your sales soar.

Transform Your Etsy Strategy:
🔍 Product Research: Identify high-demand products to craft what's trending.
📈 Revenue Analytics: Peek into competitors’ sales, paving the way for your high-revenue products.
⏳ Time-Saving: Focus on creating products that shoppers are already buying.
🌟 Create Best-Sellers: Use data to build a sustainable, growing business.

Why Alura is a Game Changer:
• 1-Click Data Insights
• See sales and revenue historically for any shop/listing
• Comprehensive Tag Analysis.
• AI powered review analysis

Etsy Integration:
Alura's direct link to Etsy ensures you're always a step ahead with the latest, most valuable information.

User-Friendly Design:
Crafted by Etsy Sellers for Etsy Sellers. Alura is intuitive and easy to use, regardless of your tech-savviness.

Save your findings:
Organize and plan your product ideas efficiently. Download data for deeper analysis and strategy building.

🌟 Start Your Free Journey Today! Discover the treasure trove of Etsy insights waiting for you. Join the league of top Etsy sellers leveraging Alura for impactful growth!

🔗 Get started: https://www.alura.io
Etsy Product Listings and Research Made Easy with Alura.

Please Note: By using Alura, you agree to all our terms and conditions found here: https://www.alura.io/terms

Disclaimer: This extension employs Google Analytics to gather usage stats to enhance your experience. To opt out of Google Analytics tracking, please head to http://tools.google.com/dlpage/gaoptout.                    

Informations de Base sur l'Extension

Nom Alura Extension Alura Extension
ID nhbghfidknjdblpfcmkkdpcfigkkpgpi
URL Officiel https://chromewebstore.google.com/detail/alura-extension/nhbghfidknjdblpfcmkkdpcfigkkpgpi
Description Etsy product listings tool and the search on Etsy made easy.
Taille du Fichier 18.51 MB
Nombre d'Installations 56,072
Version Actuelle 0.2.58
Dernière Mise à Jour 2024-02-19
Date de Publication 2020-06-17
Évaluation 3.84/5 Total 179 Évaluations
Développeur https://www.alura.io
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.alura.io/help-center
URL de la Page de Politique de Confidentialité https://www.alura.io/privacy-policy
Langues Prises en Charge en-US
manifest.json
{
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_icon": "images\/Alura_extension_inactive.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/normalize.css",
                "css\/components.css",
                "css\/pixell-components.css",
                "css\/swiper-bundle.min.css",
                "css\/alura-custom.css"
            ],
            "exclude_matches": [
                "*:\/\/www.etsy.com\/messages\/*"
            ],
            "js": [
                "libs\/jquery-3.5.1.min.js",
                "libs\/components.js",
                "libs\/pixell-components.js",
                "libs\/tsparticles.confetti.bundle.min.js",
                "js\/commandMenu.js",
                "content.bundle.js"
            ],
            "matches": [
                "*:\/\/www.etsy.com\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "css": [
                "css\/ava-messenger-assistant.css"
            ],
            "exclude_matches": [],
            "js": [
                "libs\/jquery-3.5.1.min.js",
                "js\/ava-messenger-assistant.js"
            ],
            "matches": [
                "*:\/\/www.etsy.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Etsy product listings tool and the search on Etsy made easy.",
    "icons": {
        "128": "images\/Alura_extension_active.png",
        "16": "images\/Alura_extension_active.png",
        "32": "images\/Alura_extension_active.png",
        "48": "images\/Alura_extension_active.png"
    },
    "manifest_version": 3,
    "name": "Alura Extension",
    "permissions": [
        "activeTab",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.etsy.com\/*",
        "https:\/\/*.alura.io\/*",
        "https:\/\/us-central1-alura-io.cloudfunctions.net\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/app.alura.io\/*"
        ]
    },
    "short_name": "Alura",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.58",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "js\/*",
                "fonts\/*",
                "images\/*",
                "videos\/*",
                "html\/*",
                "libs\/*"
            ],
            "matches": [
                "https:\/\/www.etsy.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}