Oalur - Amazon Products&Traffic Research Tool

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

Vad är Oalur - Amazon Products&Traffic Research Tool?

Oalur - Amazon Products&Traffic Research Tool är en Chrome-tillägg utvecklad av https://oalur.com, och dess huvudfunktion är "Based on BigData and AI technology, help Amazon sellers discover potential markets, increase listing traffic.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Oalur - Amazon Products&Traffic Research Tool-förlängningens CRX-fil

Ladda ner Oalur - Amazon Products&Traffic Research Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        鸥鹭浏览器插件,实时抓取亚马逊(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 ,领取最新亚马逊卖家课程及行业分析报告,专业客户顾问一对一贴心服务!                    

Grundläggande Information om Tillägg

Namn Oalur - Amazon Products&Traffic Research Tool Oalur - Amazon Products&Traffic Research Tool
ID fphfjnoofajmjegmgdonaedncbgmbcpm
Officiell webbadress https://chromewebstore.google.com/detail/oalur-amazon-productstraf/fphfjnoofajmjegmgdonaedncbgmbcpm
Beskrivning Based on BigData and AI technology, help Amazon sellers discover potential markets, increase listing traffic.
Filstorlek 2.84 MB
Antal Installationer 33,077
Aktuell Version 1.7.3.2
Senast Uppdaterad 2024-02-04
Publiceringsdatum 2021-02-23
Betyg 4.13/5 Totalt 15 Betyg
Utvecklare https://oalur.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.oalur.com/
URL till Sekretesspolicy Sidan https://www.oalur.com/user/privacy
Stödda Språk 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"
    }
}