Oalur - Amazon Products&Traffic Research Tool

Based on BigData and AI technology, help Amazon sellers discover potential markets, increase listing traffic.

Was ist Oalur - Amazon Products&Traffic Research Tool?

Oalur - Amazon Products&Traffic Research Tool ist eine Chrome-Erweiterung, die von https://oalur.com entwickelt wurde, und ihr Hauptmerkmal ist "Based on BigData and AI technology, help Amazon sellers discover potential markets, increase listing traffic.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Oalur - Amazon Products&Traffic Research Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Oalur - Amazon Products&Traffic Research Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        鸥鹭浏览器插件,实时抓取亚马逊(Amazon)产品信息,为您快速整合成完整的市场情报,包括但不限于:销售额趋势,销量趋势,BSR排名,流量词,变体分析,FBA运费,评分,评论量等。

——鸥鹭浏览器插件特点——
• ASIN数据透视/销量预估(HOT)
• Listing畅销变体、热卖属性分析(NEW)
• AI评论分析提炼产品优缺点(NEW)
• 一键添加关键词排名监控(NEW)
• Listing关联位竞品分析
• 支持搜索页/类目TOP400 产品数据一次性导出(HOT)
• 分析价格、BSR排名、销量、评论等历史趋势
• 支持Fakespot虚假评论检测(HOT)
• 一键搜索国内供应链在线货源(HOT)
• 监控每日Best Sellers榜单产品,分析市场容量
• 支持全类目历史榜单数据下载
• 支持关键词挖掘,帮助拓展关键词库
• 反查Listing关联流量入口
• 产品利润计算器,计算FBA毛利率
• 批量下载主图、视频、Q&A、评论数据到excel

更多功能体验,请登录官网 https://www.oalur.com ,领取最新亚马逊卖家课程及行业分析报告,专业客户顾问一对一贴心服务!                    

Grundlegende Informationen zur Erweiterung

Name Oalur - Amazon Products&Traffic Research Tool Oalur - Amazon Products&Traffic Research Tool
ID fphfjnoofajmjegmgdonaedncbgmbcpm
Offizielle URL https://chromewebstore.google.com/detail/oalur-amazon-productstraf/fphfjnoofajmjegmgdonaedncbgmbcpm
Beschreibung Based on BigData and AI technology, help Amazon sellers discover potential markets, increase listing traffic.
Dateigröße 2.84 MB
Installationsanzahl 33,077
Aktuelle Version 1.7.3.2
Letztes Update 2024-02-04
Veröffentlichungsdatum 2021-02-23
Bewertung 4.13/5 Insgesamt 15 Bewertungen
Entwickler https://oalur.com
E-Mail itsupport@oalur.com
Zahlungsart free
Erweiterungswebsite https://www.oalur.com/
URL der Datenschutzrichtlinien-Seite https://www.oalur.com/user/privacy
Unterstützte Sprachen en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "default_locale": "en",
    "version": "1.7.3.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "cookies",
        "storage",
        "contextMenus",
        "unlimitedStorage",
        "downloads",
        "tabs"
    ],
    "host_permissions": [
        "",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.co.jp\/*",
        "https:\/\/www.amazon.de\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "https:\/\/*.oalur.com\/*",
        "https:\/\/*.1688.com\/*",
        "https:\/\/*.pinduoduo.com\/*",
        "https:\/\/*.media-amazon.com\/*",
        "https:\/\/trustwerty.com\/*",
        "https:\/\/www.amazon.ca\/*",
        "https:\/\/www.amazon.fr\/*",
        "https:\/\/www.amazon.it\/*",
        "https:\/\/www.amazon.es\/*",
        "https:\/\/www.amazon.in\/*",
        "https:\/\/www.amazon.com.br\/*",
        "https:\/\/www.amazon.sg\/*",
        "https:\/\/www.amazon.com.mx\/*",
        "https:\/\/www.amazon.ae\/*",
        "https:\/\/www.amazon.sa\/*"
    ],
    "action": {
        "default_title": "\u9e25\u9e6d(oalur.com)\u63d2\u4ef6",
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "48": "assets\/images\/icon_48.png",
            "128": "assets\/images\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.fr\/*"
            ],
            "js": [
                "content\/main.js"
            ],
            "css": [
                "content\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/localhost:8080\/*",
                "https:\/\/*.oalur.com\/*"
            ],
            "js": [
                "oalur\/main.js"
            ],
            "css": [
                "oalur\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.1688.com\/*"
            ],
            "js": [
                "1688\/main.js"
            ],
            "css": [
                "1688\/main.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.pinduoduo.com\/*"
            ],
            "js": [
                "pdd\/main.js"
            ],
            "css": [
                "pdd\/main.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "assets\/images\/icon_48.png",
        "128": "assets\/images\/icon_128.png"
    },
    "options_page": "options\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*"
            ],
            "matches": [
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.sa\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/www.oalur.com",
    "omnibox": {
        "keyword": "oalur"
    }
}