Seerfar - Analysis Extension for Ozon

Seerfar is a free analysis extension for Ozon sellers to track sales, monitor competitors and find niche markets.

Seerfar - Analysis Extension for Ozonคืออะไร?

Seerfar - Analysis Extension for Ozon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย seerfar888 และคุณลักษณะหลักของมันคือ "Seerfar is a free analysis extension for Ozon sellers to track sales, monitor competitors and find niche markets."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Seerfar - Analysis Extension for Ozon

ดาวน์โหลดไฟล์ส่วนขยาย Seerfar - Analysis Extension for Ozon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing Seerfar - Your Free Ozon Operations Plugin for Enhanced Insights

Are you an Ozon seller looking for a competitive edge? Meet Seerfar – the free, essential extension designed to empower Ozon sellers with invaluable analytical capabilities. With Seerfar, seamlessly track sales, monitor competitors, and uncover untapped niche markets. This intelligent tool goes beyond, providing features to decipher market trends, dive into product specifics, and unearth high-profit potential.

Key Highlights of Seerfar:

✓ Product Insights: With one click, access detailed information on products displayed on your page. Gather data like sales trends, revenue, profits, launch dates, and fulfillment types, for accurate product assessment.

✓ Sales & Price Trend Analysis: Seerfar presents easy-to-read trend charts, aiding sales and price performance tracking across time frames, supporting strategic decisions.

✓ Market Positioning Insights: Analyze factors like profit margins, launch dates, and fulfillment types to identify potential markets and top-selling products, revealing growth opportunities.

✓ Competitor Monitoring: Stay informed about competitors. Seerfar empowers you to track their sales, strategies, and behaviors, tailoring your plans with precision.

Whether new or seasoned in Ozon, Seerfar is your intelligent, intuitive companion, offering tools for market comprehension, operational fine-tuning, and greater success.

For details about Seerfar, visit https://www.seerfar.com. Elevate your Ozon journey with Seerfar today.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Seerfar - Analysis Extension for Ozon Seerfar - Analysis Extension for Ozon
ID edpijhdhpmccflkdobmpggibhbmppmdn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/seerfar-analysis-extensio/edpijhdhpmccflkdobmpggibhbmppmdn
คำอธิบาย Seerfar is a free analysis extension for Ozon sellers to track sales, monitor competitors and find niche markets.
ขนาดไฟล์ 14.46 MB
จำนวนการติดตั้ง 884
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2024-02-22
วันที่เผยแพร่ 2023-08-07
คะแนน 3.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา seerfar888
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.seerfar.com/privacy-policy
ภาษาที่รองรับ en,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_main_name__",
    "description": "__MSG_main_desc__",
    "version": "1.1.1",
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": ".\/rules\/rules_1.json"
            }
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "img\/seefarlogo2-trans.png",
        "48": "img\/seefarlogo2-trans.png",
        "128": "img\/seefarlogo2-trans.png"
    },
    "action": {
        "default_icon": "img\/seefarlogo2-trans.png",
        "default_popup": "popup\/popup.html",
        "default_title": "__MSG_main_tooltips__"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ozon.ru\/*",
                "https:\/\/www.ozon.ru\/category\/*",
                "https:\/\/www.ozon.ru\/product\/*",
                "https:\/\/www.ozon.ru\/search\/*",
                "https:\/\/www.ozon.ru\/seller\/*",
                "https:\/\/www.ozon.ru\/brand\/*"
            ],
            "css": [
                "extends\/bootstrap\/css\/bootstrap.min.css",
                "extends\/font-awesome\/css\/font-awesome.min.css",
                "extends\/bootstrap-select\/dist\/css\/bootstrap-select.min.css",
                "extends\/bootstrap-table\/dist\/bootstrap-table.min.css",
                "extends\/bootstrap-table\/dist\/extensions\/sticky-header\/bootstrap-table-sticky-header.min.css",
                "extends\/bootstrap-table\/dist\/extensions\/fixed-columns\/bootstrap-table-fixed-columns.min.css",
                "content\/content.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "extends\/bootstrap\/js\/bootstrap.min.js",
                "extends\/bootstrap-select\/dist\/js\/bootstrap-select.min.js",
                "extends\/bootstrap-table\/dist\/bootstrap-table.min.js",
                "extends\/bootstrap-table\/dist\/bootstrap-table-locale-all.min.js",
                "extends\/bootstrap-table\/dist\/extensions\/sticky-header\/bootstrap-table-sticky-header.min.js",
                "extends\/bootstrap-table\/dist\/extensions\/fixed-columns\/bootstrap-table-fixed-columns.min.js",
                "extends\/echarts\/dist\/echarts.min.js",
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options\/options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "assets\/*",
                "extends\/*",
                "i18n\/*",
                "js\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.seerfar.com\/*"
        ]
    }
}