Optiwise.ai

Optiwise.ai is a leading AI-based eCommerce marketplace optimization platform for sellers on Amazon and Walmart.

Τι είναι το Optiwise.ai;

Το Optiwise.ai είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Optiwise.ai Inc, και η κύρια λειτουργία του είναι "Optiwise.ai is a leading AI-based eCommerce marketplace optimization platform for sellers on Amazon and Walmart.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Optiwise.ai

Λήψη αρχείων επέκτασης Optiwise.ai σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With 10+ years of eCommerce experience, Optiwise.ai helps brands and retailers make data-driven decisions and grow their business with actionable insights and recommendations. 

The easy-to-use Chrome extension supports Walmart Marketplace and will work in conjunction with your Optiwise.ai account. This extension will provide you information on the product details and Walmart search pages without having to navigate through different pages and websites for tracking and analyzing data points. 

Trusted by over 15k+ brands across the globe, Optiwise.ai Chrome Extension can help you: 

☑️Get a quick 360 degree-view of your products and the performance analytics of your Walmart marketplace business
☑️View and track your competitor products
☑️Easily identify trends among sponsored items, ranking products, discounted products, and more at the same place
☑️Get personalized recommendations designed to boost your website traffic and enhance conversions
☑️Identify highly converting keywords used by your competitors through the keyword cloud
☑️Edit your product titles, descriptions, pricing, and much more without navigating to your Optiwise.ai Dashboard

--------------------------------------------------------------------------------------------------------------------------------
Install the Optiwise.ai Chrome Extension for your Walmart Marketplace today for FREE. 
Get product insights in no time and take instant data-driven decisions for revenue growth.
--------------------------------------------------------------------------------------------------------------------------------

With Optiwise.ai you get: 
* One-click Listing Optimization
* Personalized Growth Recommendations using Generative AI
* Rich Media (EBC)
* Cross-Marketplace Intelligence
* Competitive Analysis
* Performance Reports
* Keyword Rank Tracking
* Paid Advertising Expertise, and much more!

--------------------------------------------------------------------------------------------------------------------------------------
For more information on Optiwise.ai, visit the website now: https://www.optiwise.ai/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Optiwise.ai Optiwise.ai
ID kokdcghoednbdkpdjgengmbmndgofjdj
Επίσημο URL https://chromewebstore.google.com/detail/optiwiseai/kokdcghoednbdkpdjgengmbmndgofjdj
Περιγραφή Optiwise.ai is a leading AI-based eCommerce marketplace optimization platform for sellers on Amazon and Walmart.
Μέγεθος Αρχείου 494 KB
Αριθμός Εγκαταστάσεων 141
Τρέχουσα Έκδοση 1.3.1
Τελευταία Ενημέρωση 2023-11-28
Ημερομηνία Δημοσίευσης 2023-04-19
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Optiwise.ai Inc
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.optiwise.ai/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Optiwise.ai",
    "description": "Optiwise.ai is a leading AI-based eCommerce marketplace optimization platform for sellers on Amazon and Walmart.",
    "version": "1.3.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/logo192.png",
        "48": ".\/logo192.png",
        "128": ".\/logo512.png"
    },
    "action": {
        "default_title": "Click to view a popup"
    },
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.walmart.com\/*",
                "*:\/\/seller.walmart.com\/*",
                "*:\/\/www.amazon.com\/*",
                "*:\/\/sellercentral.amazon.com\/*",
                "*:\/\/*.ezdia.com\/*",
                "*:\/\/*.optiwise.ai\/*"
            ],
            "js": [
                ".\/js\/main.js"
            ],
            "css": [
                "\/assets\/content.css"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/*.walmart.com\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.ezdia.com\/*",
        "*:\/\/*.optiwise.ai\/*"
    ],
    "permissions": [
        "storage",
        "activeTab"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/services.ezdia.com\/phoenix\/*",
            "https:\/\/services.optiwise.ai\/phoenix\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/main.css",
                "\/assets\/content.css",
                "**\/*.png",
                "**\/*.svg",
                "logo-small.svg",
                "logo.svg",
                "logo-dark.svg"
            ],
            "matches": [
                "*:\/\/*.walmart.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.optiwise.ai\/*"
            ]
        }
    ]
}